From 9c77a8fdb8a043a68da33b8b0963c3601ed40252 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 18 Feb 2026 22:05:58 +0000 Subject: [PATCH] Update Dashboard_Containers/hiccup/compose.yaml --- Dashboard_Containers/hiccup/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard_Containers/hiccup/compose.yaml b/Dashboard_Containers/hiccup/compose.yaml index f5f92f3..f2703e4 100644 --- a/Dashboard_Containers/hiccup/compose.yaml +++ b/Dashboard_Containers/hiccup/compose.yaml @@ -4,4 +4,4 @@ services: ports: - '8899:80' volumes: - - /srv/docker/hiccup/public/configs/config.json:/usr/share/nginx/html/configs/config.json \ No newline at end of file + - ./public/configs/config.json:/usr/share/nginx/html/configs/config.json \ No newline at end of file