Skip to content

Commit

Permalink
chore: remove volume
Browse files Browse the repository at this point in the history
  • Loading branch information
madebydaniz committed Dec 1, 2023
1 parent 3119074 commit 97be2b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.orthanc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ services:
restart: always
volumes:
- '.:/mnt/ddev_config'
- 'orthanc-storage:/var/lib/orthanc/db:Z'
- ${DDEV_APPROOT}/.ddev/orthanc/scripts:/etc/share/orthanc/scripts
- ${DDEV_APPROOT}/.ddev/orthanc/config:/etc/orthanc
networks: [default, ddev_default]
healthcheck:
disable: true

volumes:
orthanc-storage:

0 comments on commit 97be2b7

Please sign in to comment.