diff options
| author | Chris Jones <chris@sysengineerchris.com> | 2024-01-21 18:54:19 -0500 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-01-21 16:13:25 -0800 |
| commit | f0bd51c43919036651670df0120b17512d3ca902 (patch) | |
| tree | fe174776bf5928006e8382e783b6bdcc1b3a7914 | |
| parent | 7e386958a0a66ad5ed41be9abb88fc34ad11a6da (diff) | |
Updating comments in docker-compose.yml
| -rw-r--r-- | docker-compose.yml | 6 |
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 |