modified: .env.example

modified:   docker-compose.yaml
This commit is contained in:
SimolZimol
2025-12-08 21:42:33 +01:00
parent f243e06794
commit 76ec0f4d10
2 changed files with 9 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ services:
OPS: ${OPS:-}
ports:
- "25565:25565"
- "25575:25575"
- "${SERVER_PORT:-25565}:25565"
- "${RCON_PORT:-25575}:25575"
volumes:
- minecraft-data:/data
@@ -97,7 +97,7 @@ services:
restart: unless-stopped
ports:
- "2222:22"
- "${SFTP_PORT:-2222}:22"
volumes:
- minecraft-data:/home/mcadmin/minecraft