From 97934a7ee3fd9faf808d2ef8bf90f33ae01005cc Mon Sep 17 00:00:00 2001 From: Sibin Grasic Date: Mon, 25 Mar 2024 05:49:08 +0100 Subject: [PATCH] fix: docker image path fix --- docker-compose.xhgui-pro.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.xhgui-pro.yaml b/docker-compose.xhgui-pro.yaml index 1fdc818..3d07ebb 100644 --- a/docker-compose.xhgui-pro.yaml +++ b/docker-compose.xhgui-pro.yaml @@ -24,8 +24,8 @@ services: image: xhgui/xhgui:latest volumes: - "hxgui-ui-nginx:/run/nginx" - - "./xhgui-ui/config/nginx.conf:/etc/nginx/http.d/default.conf:ro" - - "./xhgui-ui/config/app.php:/var/www/xhgui/config/config.php" + - "./xhgui/config/nginx.conf:/etc/nginx/http.d/default.conf:ro" + - "./xhgui/config/app.php:/var/www/xhgui/config/config.php" networks: - default - ddev_default