From 96219eb175c65d73e98806fd308fca4e781e1c2c Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
Date: Mon, 3 Mar 2025 11:44:13 -0500
Subject: [PATCH] remove port from 1

---
 systems/palatine-hill/docker/act-runner.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/systems/palatine-hill/docker/act-runner.nix b/systems/palatine-hill/docker/act-runner.nix
index 9bfd0e1..df7b2e1 100644
--- a/systems/palatine-hill/docker/act-runner.nix
+++ b/systems/palatine-hill/docker/act-runner.nix
@@ -41,7 +41,6 @@ in
         "com.centurylinklabs.watchtower.enable" = "true";
         "com.centurylinklabs.watchtower.scope" = "act-runner";
       };
-      ports = [ "8088:8088" ];
       volumes = [
         "${act_path}/stable-latest-1/config.yaml:/config.yaml"
         "${act_path}/stable-latest-1/data:/data"