Add persistence for docker-machine data in example
This patch adds persistence for the docker-machine data to the example in the readme. This should prevent issues with left-over machines on hetzner cloud.
This commit is contained in:
parent
4ccb4c79a7
commit
c1508adfe6
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
|||
memswap_limit: 256mb
|
||||
volumes:
|
||||
- "./hetzner_config:/etc/gitlab-runner"
|
||||
- "./hetzner_machine:/root/.docker/machine"
|
||||
restart: always
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue