Last active
March 10, 2025 15:25
-
-
Save AlejandroAkbal/83f96478c1738286ba3ecb70ee07ba0a to your computer and use it in GitHub Desktop.
Auto MCS (auto-mcs) Coolify 4 docker compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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