modified: docker-compose.yaml

This commit is contained in:
SimolZimol
2025-12-08 21:51:26 +01:00
parent 76ec0f4d10
commit edbd4aeb77

View File

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