X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/7e386958a0a66ad5ed41be9abb88fc34ad11a6da..fe1cce153b572ba215318c6ccd349cde3d7b7619:/docker-compose.yml?ds=inline 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