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