Add missing daemon volume mount
This commit is contained in:
parent
7e5c980b40
commit
23527768d9
@ -10,6 +10,8 @@ services:
|
|||||||
- api-token-v1
|
- api-token-v1
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
disable: true
|
||||||
|
volumes:
|
||||||
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 0
|
replicas: 0
|
||||||
|
Reference in New Issue
Block a user