Download and use config.json
services:
captain:
container_name: captain
image: lxgaming/captain:latest
restart: unless-stopped
volumes:
- /path/to/captain/logs:/app/logs
- /path/to/captain/config.json:/app/config.json
- /var/run/docker.sock:/var/run/docker.sock
Captain is licensed under the Apache 2.0 license.