Your IP : 216.73.216.224


Current Path : /home/hotlineuser/mobius/
Upload File :
Current File : //home/hotlineuser/mobius/docker-compose.yml

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