Skip to content

Commit

Permalink
Merge pull request #482 from batuhannarci/fixNginxPath
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Jul 24, 2022
2 parents f94faa4 + c387e17 commit 5b71f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
restart: always
volumes:
- ./config:/var/www/xhgui/config
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./nginx.conf:/etc/nginx/http.d/default.conf:ro
environment:
- XHGUI_MONGO_HOSTNAME=mongo
- XHGUI_MONGO_DATABASE=xhprof
Expand Down

0 comments on commit 5b71f20

Please sign in to comment.