From 83543bf1c7f640f2b473ffaa70e29c15fe1c0724 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 18 Feb 2026 22:04:09 +0000 Subject: [PATCH] Add Dashboard_Containers/hiccup/compose.yaml --- Dashboard_Containers/hiccup/compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dashboard_Containers/hiccup/compose.yaml diff --git a/Dashboard_Containers/hiccup/compose.yaml b/Dashboard_Containers/hiccup/compose.yaml new file mode 100644 index 0000000..f5f92f3 --- /dev/null +++ b/Dashboard_Containers/hiccup/compose.yaml @@ -0,0 +1,7 @@ +services: + web: + image: bleckbeard/hiccup:latest + ports: + - '8899:80' + volumes: + - /srv/docker/hiccup/public/configs/config.json:/usr/share/nginx/html/configs/config.json \ No newline at end of file