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