Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- app:
- command: [
- "auto-mcs-ttyd",
- "-W",
- "-t", "disableLeaveAlert=true",
- "-t", "titleFixed=auto-mcs (docker)",
- "-t", "fontSize=20",
- "-t", "theme={\"background\": \"#1A1A1A\"}",
- "-p", "8080",
- "-c", "admin:admin",
- "tmux", "-u", "-2", "new", "-A", "-s", "-c",
- "./auto-mcs"
- ]
- image: macarooniman/auto-mcs:latest
- container_name: auto-mcs
- stdin_open: true
- tty: true
- restart: always
- networks:
- ports:
- # ttyd web UI
- - "8080:8080"
- # Telepath API (auto-mcs)
- - "7001:7001"
- # Add more ports based on the servers you create
- - "25565:25565"
- volumes:
- - $DOCKERDIR/appdata/auto-mcs:/config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement