Better safe than sorry, keep PostgreSQL at 11 for now.

This commit is contained in:
Christian Mäder 2019-12-10 22:41:57 +01:00
parent 150f35ea3b
commit e4e0a63e17
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ services:
- netbox-static-files:/opt/netbox/netbox/static:ro
- netbox-nginx-config:/etc/netbox-nginx/:ro
postgres:
image: postgres:12-alpine
image: postgres:11-alpine
env_file: env/postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data