modified: docker-compose.yaml
This commit is contained in:
@@ -66,8 +66,8 @@ services:
|
||||
OPS: ${OPS:-}
|
||||
|
||||
ports:
|
||||
- "25565"
|
||||
- "25575"
|
||||
- "25565:25565"
|
||||
- "25575:25575"
|
||||
|
||||
volumes:
|
||||
- minecraft-data:/data
|
||||
@@ -99,7 +99,7 @@ services:
|
||||
command: "mcadmin:${SFTP_PASSWORD:-changeme123}:1000:1000"
|
||||
|
||||
ports:
|
||||
- "22"
|
||||
- "2222:22"
|
||||
|
||||
volumes:
|
||||
- minecraft-data:/home/mcadmin/minecraft
|
||||
|
||||
Reference in New Issue
Block a user