From c1508adfe682ef76c3bf3a110571050c012f6740 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 23 Oct 2020 02:10:05 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6556b44..c574f41 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ services: memswap_limit: 256mb volumes: - "./hetzner_config:/etc/gitlab-runner" + - "./hetzner_machine:/root/.docker/machine" restart: always ```