fixed bind mount
parent
19dafed214
commit
45682d4808
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue