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