Skip to content

Commit

Permalink
fix: docker image path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Mar 25, 2024
1 parent 1db60d9 commit 97934a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.xhgui-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97934a7

Please sign in to comment.