1
0
Fork 0

Mention the volume for docker.sock

This commit is contained in:
Daniele Tricoli 2021-01-13 03:28:46 +01:00
parent 5d2ab822a7
commit b4351df3c3
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ dokku config:set runner --no-restart DRONE_RPC_HOST=<secret>
dokku config:set runner --no-restart DRONE_RPC_PROTO=https
dokku config:set runner --no-restart DRONE_RUNNER_CAPACITY=2
dokku storage:mount runner /var/run/docker.sock:/var/run/docker.sock
git push dokku main:main
```