mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 05:33:13 +00:00
Changed volume to match upstream image
This commit is contained in:
parent
50021466ad
commit
ebba20d02b
|
|
@ -43,7 +43,7 @@ services:
|
|||
retries: 5
|
||||
env_file: env/postgres.env
|
||||
volumes:
|
||||
- netbox-postgres-data:/var/lib/postgresql/data
|
||||
- netbox-postgres:/var/lib/postgresql
|
||||
|
||||
# redis
|
||||
redis:
|
||||
|
|
@ -75,7 +75,7 @@ services:
|
|||
volumes:
|
||||
netbox-media-files:
|
||||
driver: local
|
||||
netbox-postgres-data:
|
||||
netbox-postgres:
|
||||
driver: local
|
||||
netbox-redis-cache-data:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Reference in a new issue