From 022624e95d0578c48680b8bc1482adfafcc4f340 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 26 Mar 2025 22:29:28 -0700 Subject: [PATCH] forward :1234 --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 0473147..2b598f2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,9 @@ services: app: container_name: plcwatch + restart: unless-stopped + ports: + - '127.0.0.1:1234:1234' build: context: . dockerfile: ./Dockerfile -- 2.51.2