X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/7e386958a0a66ad5ed41be9abb88fc34ad11a6da..9cf66aeafbcbb9237fedc2efc97cc2856eb60f7f:/docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml index a300225..99a47a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,12 @@ services: mobius-hotline-server: build: . + restart: always ports: - "5500:5500" - "5501:5501" # If you intend to bind mount the config directory run # cp -r cmd/mobius-hotline-server/mobius/config ./config - # first. - # volumes: - # - ./config:/usr/local/var/mobius/config + # first. Otherwise, comment the line below to use the default settings. + volumes: + - ./config:/usr/local/var/mobius/config