From 1a7e6b6b05d235078af1424ec7489b75eeaf013f Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 22 Oct 2025 21:02:32 +0200 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 312afaf..f653b1d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -218,6 +218,6 @@ services: networks: - monitoring_network ports: - - 8888:80 + - 8888:8888 volumes: - /app-config/caddy/Caddyfile:/etc/caddy/Caddyfile \ No newline at end of file