Fix compose template

This commit is contained in:
2026-06-24 13:51:43 -04:00
parent f098d5f170
commit 42453ef16e
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ var Cfg Config = Config{
Type: "VANILLA",
Ram: "2G",
MOTD: "This server was created using mc-tool",
RestartPolicy: "never",
RestartPolicy: "no",
Ports: []string{"25565:25565"},
}
var Data Resources