]> git.r.bdr.sh - rbdr/mobius/blob - docker-compose.yml
Updating comments in docker-compose.yml
[rbdr/mobius] / docker-compose.yml
1 services:
2 mobius-hotline-server:
3 build: .
4 ports:
5 - "5500:5500"
6 - "5501:5501"
7 # If you intend to bind mount the config directory run
8 # cp -r cmd/mobius-hotline-server/mobius/config ./config
9 # first. Otherwise, comment the line below to use the default settings.
10 volumes:
11 - ./config:/usr/local/var/mobius/config