fixed bind mount

main
Andre Challier 2024-03-27 15:19:00 +01:00
parent 19dafed214
commit 45682d4808
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@ services:
dockerfile: Dockerfile
volumes:
- static-files:/html
- type: bind
source: ${WEBHOOK_GIT_DATA_PATH}
target: /data
- ${WEBHOOK_GIT_DATA_PATH}:/data
networks:
- webhooks-git-network