Skip to content

Instantly share code, notes, and snippets.

@AlejandroAkbal
Last active March 10, 2025 15:25
Show Gist options
  • Save AlejandroAkbal/83f96478c1738286ba3ecb70ee07ba0a to your computer and use it in GitHub Desktop.
Save AlejandroAkbal/83f96478c1738286ba3ecb70ee07ba0a to your computer and use it in GitHub Desktop.
Auto MCS (auto-mcs) Coolify 4 docker compose
services:
app:
container_name: auto-mcs
image: 'macarooniman/auto-mcs:latest'
stdin_open: true
tty: true
command:
- auto-mcs-ttyd
- '-W'
- '-t'
- disableLeaveAlert=true
- '-t'
- 'titleFixed=auto-mcs (docker)'
- '-t'
- fontSize=20
- '-t'
- 'theme={"background": "#1A1A1A"}'
- '-p'
- '8080'
- '-c'
- 'root:auto-mcs'
- tmux
- '-u'
- '-2'
- new
- '-A'
- '-s'
- '-c'
- ./auto-mcs
environment:
- SERVICE_FQDN_AUTOMCSS_8080
ports:
- "7001:7001"
- '25565:25565'
volumes:
- 'auto-mcs-data:/root/.auto-mcs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment