Skip to content

Commit

Permalink
Merge pull request #1024 from florianschroen/2023-06-15_fix_volume_op…
Browse files Browse the repository at this point in the history
…tions

docker-compose.yml: fix volume mount options
  • Loading branch information
tobiasge committed Jun 15, 2023
2 parents 0d748ed + 8208ded commit ebc5900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ services:
test: "curl -f http://localhost:8080/api/ || exit 1"
volumes:
- ./configuration:/etc/netbox/config:z,ro
- netbox-media-files:/opt/netbox/netbox/media:z,rw
- netbox-reports-files:/opt/netbox/netbox/reports:z,rw
- netbox-scripts-files:/opt/netbox/netbox/scripts:z,rw
- netbox-media-files:/opt/netbox/netbox/media:rw
- netbox-reports-files:/opt/netbox/netbox/reports:rw
- netbox-scripts-files:/opt/netbox/netbox/scripts:rw
netbox-worker:
<<: *netbox
depends_on:
Expand Down

0 comments on commit ebc5900

Please sign in to comment.