Merge pull request #86 from hex2a/patch-1
✨docker-compose: use latest postgres minor version (10.4)
This commit is contained in:
commit
61dd958af4
|
@ -28,7 +28,7 @@ services:
|
||||||
- netbox-static-files:/opt/netbox/netbox/static:ro
|
- netbox-static-files:/opt/netbox/netbox/static:ro
|
||||||
- netbox-nginx-config:/etc/netbox-nginx/:ro
|
- netbox-nginx-config:/etc/netbox-nginx/:ro
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:10.2-alpine
|
image: postgres:10.4-alpine
|
||||||
env_file: postgres.env
|
env_file: postgres.env
|
||||||
volumes:
|
volumes:
|
||||||
- netbox-postgres-data:/var/lib/postgresql/data
|
- netbox-postgres-data:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in New Issue