diff --git a/.env b/.env index 44ebf4f69..058104813 100644 --- a/.env +++ b/.env @@ -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 diff --git a/README.md b/README.md index 4f376f988..a211ef723 100644 --- a/README.md +++ b/README.md @@ -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] | |