diff --git a/hosts/franz/arion/infrastructure/arion-compose.nix b/hosts/franz/arion/infrastructure/arion-compose.nix index 69bc730..03ca279 100644 --- a/hosts/franz/arion/infrastructure/arion-compose.nix +++ b/hosts/franz/arion/infrastructure/arion-compose.nix @@ -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"