fixed bind mount
parent
19dafed214
commit
45682d4808
|
|
@ -14,9 +14,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- static-files:/html
|
- static-files:/html
|
||||||
- type: bind
|
- ${WEBHOOK_GIT_DATA_PATH}:/data
|
||||||
source: ${WEBHOOK_GIT_DATA_PATH}
|
|
||||||
target: /data
|
|
||||||
networks:
|
networks:
|
||||||
- webhooks-git-network
|
- webhooks-git-network
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue