We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc7a6f commit 3f3dd04Copy full SHA for 3f3dd04
CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
- Upgrade to [Træfik](https://traefik.io/) [v2](https://doc.traefik.io/traefik/migration/v1-to-v2/) syntax.
20
- Replace CI markdown check.
21
- Use Docker Compose plugin.
22
+- Put the runner in its own network.
23
24
## [1.1.0] 2022-06-22
25
docker-compose.yml
@@ -41,12 +41,15 @@ services:
41
42
runner:
43
image: 'gitlab/gitlab-runner:latest'
44
+ networks:
45
+ - runner
46
restart: unless-stopped
47
volumes:
48
- runner_config:/etc/gitlab-runner
49
- /var/run/docker.sock:/var/run/docker.sock
50
51
networks:
52
+ runner:
53
web:
54
external: true
55
0 commit comments