update postgres to 12

This commit is contained in:
Christian Mäder 2019-11-26 12:23:09 +01:00
parent c083baf640
commit 150f35ea3b
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:10.4-alpine
image: postgres:12-alpine
env_file: env/postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data