blob: 99a47a60bf7f6fc4ac4e00f528835acf9a46f9b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
services:
mobius-hotline-server:
build: .
restart: always
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
|