From f0bd51c43919036651670df0120b17512d3ca902 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 21 Jan 2024 18:54:19 -0500 Subject: Updating comments in docker-compose.yml --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- cgit