diff options
| -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 |