Rename "local-net" to default and fix healthcheck network
This commit is contained in:
parent
c32e305eb3
commit
1d074bf14b
9 changed files with 10 additions and 29 deletions
_ansible/roles/forgejo-runner/vars
|
@ -27,6 +27,6 @@ compose:
|
|||
privileged: true
|
||||
command: "dockerd -H tcp://0.0.0.0:2375 --tls=false"
|
||||
networks:
|
||||
local-net:
|
||||
default:
|
||||
volumes:
|
||||
data:
|
||||
|
|
Reference in a new issue