From: Chris Jones Date: Sun, 21 Jan 2024 23:54:19 +0000 (-0500) Subject: Updating comments in docker-compose.yml X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/f0bd51c43919036651670df0120b17512d3ca902?hp=7e386958a0a66ad5ed41be9abb88fc34ad11a6da Updating comments in docker-compose.yml --- diff --git a/docker-compose.yml b/docker-compose.yml index a300225..7068b2f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,6 @@ services: - "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