Add missing daemon volume mount
This commit is contained in:
parent
7e5c980b40
commit
23527768d9
@ -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
|
||||
|
Reference in New Issue
Block a user