✨docker-compose: use latest postgres minor version (10.4)
This commit is contained in:
parent
824141f587
commit
b544fa5e4f
|
@ -28,7 +28,7 @@ services:
|
|||
- netbox-static-files:/opt/netbox/netbox/static:ro
|
||||
- netbox-nginx-config:/etc/netbox-nginx/:ro
|
||||
postgres:
|
||||
image: postgres:10.2-alpine
|
||||
image: postgres:10.4-alpine
|
||||
env_file: postgres.env
|
||||
volumes:
|
||||
- netbox-postgres-data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in New Issue