fix: add-host mapping for Gitea DNS
This commit is contained in:
parent
9441c0d37e
commit
7f17f76126
|
|
@ -25,7 +25,7 @@ data:
|
||||||
port: 0
|
port: 0
|
||||||
container:
|
container:
|
||||||
type: docker
|
type: docker
|
||||||
options: "--network host"
|
options: "--add-host gitea.geocrop.svc.cluster.local:10.43.224.21"
|
||||||
force_pull: true
|
force_pull: true
|
||||||
valid_volumes:
|
valid_volumes:
|
||||||
- "/certs/client"
|
- "/certs/client"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue