From 1a0e9ed16be96525789f5dcb9915863216139522 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 26 Jan 2025 13:11:17 -0500 Subject: [PATCH] comment out ports Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/act-runner.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/docker/act-runner.nix b/systems/palatine-hill/docker/act-runner.nix index dbecaf1..f0cfa57 100644 --- a/systems/palatine-hill/docker/act-runner.nix +++ b/systems/palatine-hill/docker/act-runner.nix @@ -41,7 +41,7 @@ in "com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.scope" = "act-runner"; }; - ports = [ "8088:8088" ]; + # ports = [ "8088:8088" ]; volumes = [ "${act_path}/stable-latest-2/config.yaml:/config.yaml" "${act_path}/stable-latest-2/data:/data" @@ -64,7 +64,7 @@ in "com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.scope" = "act-runner"; }; - ports = [ "8088:8088" ]; + # ports = [ "8088:8088" ]; volumes = [ "${act_path}/stable-latest-3/config.yaml:/config.yaml" "${act_path}/stable-latest-3/data:/data"