]>
Commit | Line | Data |
---|---|---|
1 | services: | |
2 | mobius-hotline-server: | |
3 | build: . | |
4 | restart: always | |
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 | |
10 | # first. Otherwise, comment the line below to use the default settings. | |
11 | volumes: | |
12 | - ./config:/usr/local/var/mobius/config |