modified: .env.example
modified: docker-compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user