]>
Commit | Line | Data |
---|---|---|
7e386958 CJ |
1 | services: |
2 | mobius-hotline-server: | |
3 | build: . | |
6aa45e93 | 4 | restart: always |
7e386958 CJ |
5 | ports: |
6 | - "5500:5500" | |
7 | - "5501:5501" | |
8 | # If you intend to bind mount the config directory run | |
9 | # cp -r cmd/mobius-hotline-server/mobius/config ./config | |
f0bd51c4 CJ |
10 | # first. Otherwise, comment the line below to use the default settings. |
11 | volumes: | |
12 | - ./config:/usr/local/var/mobius/config |