blob: 7068b2fccba8484f6d23787902f4f3b5a52e7152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
services:
mobius-hotline-server:
build: .
ports:
- "5500:5500"
- "5501:5501"
# If you intend to bind mount the config directory run
# cp -r cmd/mobius-hotline-server/mobius/config ./config
# first. Otherwise, comment the line below to use the default settings.
volumes:
- ./config:/usr/local/var/mobius/config
|