aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jones <chris@sysengineerchris.com>2024-01-21 18:54:19 -0500
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-01-21 16:13:25 -0800
commitf0bd51c43919036651670df0120b17512d3ca902 (patch)
treefe174776bf5928006e8382e783b6bdcc1b3a7914
parent7e386958a0a66ad5ed41be9abb88fc34ad11a6da (diff)
Updating comments in docker-compose.yml
-rw-r--r--docker-compose.yml6
1 files 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