services: bouncer: build: context: . dockerfile: Containerfile container_name: bouncer restart: unless-stopped network_mode: host volumes: - ./config:/data:Z command: ["-c", "/data/bouncer.toml", "-v"]