Skip to content

Commit

Permalink
Put the nginx conf to the correct place
Browse files Browse the repository at this point in the history
When using Docker installation method, Nginx reads the http.d instead of conf.d.
  • Loading branch information
batuhannarci authored Jul 22, 2022
1 parent f94faa4 commit c387e17
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 c387e17

Please sign in to comment.