Skip to content

Commit

Permalink
Update postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 15, 2021
1 parent d58c476 commit 87b97b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ KIBANA_TAG=7-5.8.2

### --- POSTGRESQL ----

POSTGRES_TAG=12-1.16.0
POSTGRES_TAG=13-1.16.0
#POSTGRES_TAG=12-1.16.0
#POSTGRES_TAG=11-1.16.0
#POSTGRES_TAG=10-1.16.0
#POSTGRES_TAG=9.6-1.16.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The WordPress stack consist of the following containers:
| [PHP] | 8.0, 7.4, 7.3 | `php` | [wodby/wordpress-php] | |
| Crond | | `crond` | [wodby/wordpress-php] ||
| [MariaDB] | 10.5, 10.4, 10.3, 10.2 | `mariadb` | [wodby/mariadb] ||
| [PostgreSQL] | 12, 11, 10, 9.x | `postgres` | [wodby/postgres] | |
| [PostgreSQL] | 13, 12, 11, 10, 9.x | `postgres` | [wodby/postgres] | |
| [Redis] | 6, 5 | `redis` | [wodby/redis] | |
| [Memcached] | 1 | `memcached` | [wodby/memcached] | |
| [Varnish] | 6.0, 4.1 | `varnish` | [wodby/varnish] | |
Expand Down

0 comments on commit 87b97b8

Please sign in to comment.