fixed webhook
This commit is contained in:
@@ -68,8 +68,8 @@ services:
|
|||||||
context: ./docker/webhook
|
context: ./docker/webhook
|
||||||
container_name: ecert_webhook
|
container_name: ecert_webhook
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
env_file:
|
||||||
WEBHOOK_SECRET: ${WEBHOOK_SECRET}
|
- src/.env
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /root/.ssh:/root/.ssh:ro
|
- /root/.ssh:/root/.ssh:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user