Skip to content

Commit

Permalink
Merge pull request #469 from glensc/restart-always
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 16, 2022
2 parents 1c4a81e + 9ce2dea commit fe90694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
xhgui:
# https://hub.docker.com/r/xhgui/xhgui/tags
image: xhgui/xhgui:latest
restart: always
volumes:
- ./config:/var/www/xhgui/config
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
Expand All @@ -17,6 +18,7 @@ services:
image: percona/percona-server-mongodb:3.6
# (case sensitive) engine: mmapv1, rocksdb, wiredTiger, inMemory
command: --storageEngine=wiredTiger
restart: always
environment:
- MONGO_INITDB_DATABASE=xhprof
volumes:
Expand Down

0 comments on commit fe90694

Please sign in to comment.