Merge pull request #1571 from tobiasge/fix-pg-volume

Changed volume to match upstream image
This commit is contained in:
Tobias Genannt 2026-01-07 14:53:42 +01:00 committed by GitHub
commit c0ead010ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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