Add custom dns to franz infrastructure containers
This commit is contained in:
parent
d271bd977e
commit
8595592ecf
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
env_file = [
|
||||
"/home/ghoscht/.docker/infrastructure/traefik.env"
|
||||
];
|
||||
dns = ["1.1.1.1"];
|
||||
restart = "always";
|
||||
networks = [
|
||||
"dmz"
|
||||
|
@ -50,6 +51,7 @@
|
|||
"/home/ghoscht/.docker/infrastructure/cloudflared.env"
|
||||
];
|
||||
restart = "always";
|
||||
dns = ["1.1.1.1"];
|
||||
command = "tunnel --no-autoupdate --protocol http2 run";
|
||||
networks = [
|
||||
"dmz"
|
||||
|
|
Loading…
Reference in a new issue