wip
This commit is contained in:
parent
1e840c013f
commit
6103eee2d1
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ services:
|
|||
image: "docker:dind"
|
||||
container_name: "dind"
|
||||
hostname: "dind"
|
||||
privileged: true
|
||||
privileged: "true"
|
||||
command: [ "dockerd", "-H", "tcp://0.0.0.0:2375", "--tls=false" ]
|
||||
restart: 'unless-stopped'
|
||||
restart: "unless-stopped"
|
||||
|
||||
runner:
|
||||
image: "data.forgejo.org/forgejo/runner:6.3.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue