Add missing daemon volume mount

This commit is contained in:
Luke Murphy
2020-05-07 11:24:52 +02:00
parent 7e5c980b40
commit 23527768d9

View File

@ -10,6 +10,8 @@ services:
- api-token-v1
healthcheck:
disable: true
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
deploy:
mode: replicated
replicas: 0