1
0
Fork 0

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:
Sheogorath 2020-10-23 02:10:05 +02:00
parent 4ccb4c79a7
commit c1508adfe6
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -18,6 +18,7 @@ services:
memswap_limit: 256mb
volumes:
- "./hetzner_config:/etc/gitlab-runner"
- "./hetzner_machine:/root/.docker/machine"
restart: always
```