Add missing daemon volume mount

This commit is contained in:
Luke Murphy 2020-05-07 11:24:52 +02:00
parent 7e5c980b40
commit 23527768d9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

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