-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Describe the problem
canyonmodded.p0rtal.gay is down and the server data cannot be pulled
Container definition
---
name: b173-test
services:
mc:
restart: always
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
ports:
- 25565:25565
- 25575:25575
environment:
# Generic
EULA: "TRUE"
ONLINE_MODE: "false"
UID: "1000"
GID: "1000"
INIT_MEMORY: "1G"
MAX_MEMORY: "1G"
TZ: "Europe/London"
ENABLE_ROLLING_LOGS: "false"
ENABLE_JMX: "false"
#JMX_HOST: ""
#USE_AIKAR_FLAGS: ""
#JVM_OPTS: ""
#JVM_XX_OPTS: ""
#JVM_DD_OPTS: ""
#EXTRA_ARGS: ""
LOG_TIMESTAMP: "true"
# Server
TYPE: "CANYON" # "VANILLA"
VERSION: "b1.7.3"
SERVER_NAME: "b1.7.3 server"
MOTD: "b1.7.3 server. Welcome!"
MODE: "survival"
DIFFICULTY: "normal"
ENABLE_RCON: "true"
RCON_PASSWORD: "fooBar123"
#ICON: ""
OVERRIDE_ICON: "FALSE"
MAX_PLAYERS: "6"
#MAX_WORLD_SIZE: ""
ALLOW_NETHER: "true"
ANNOUNCE_PLAYER_ACHIEVEMENTS: "true"
ENABLE_COMMAND_BLOCK: "false"
FORCE_GAMEMODE: "false"
GENERATE_STRUCTURES: "true"
HARDCORE: "false"
SNOOPER_ENABLED: "false"
#MAX_BUILD_HEIGHT: "256"
SPAWN_ANIMALS: "true"
SPAWN_MONSTERS: "true"
SPAWN_NPCS: "true"
SPAWN_PROTECTION: "0"
VIEW_DISTANCE: "10"
#SEED: ""
PVP: "false"
LEVEL_TYPE: "minecraft:default"
#GENERATOR_SETTINGS: ""
LEVEL: "world"
ALLOW_FLIGHT: "FALSE"
#SERVER_PORT: ""
#PLAYER_IDLE_TIMEOUT: ""
volumes:
- ./data:/data
- ./plugins:/plugins
Container logs
mc-1 | [init] 2025-11-03 17:20:33+00:00 Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 2 1000 1000 4096 Nov 3 17:12 /data'
mc-1 | [init] 2025-11-03 17:20:33+00:00 Image info: buildtime=2025-10-31T11:21:08.686Z,version=java21,revision=da72d6677438501843c734ca67184b89ad6b6ae7
mc-1 | [init] 2025-11-03 17:20:33+00:00 Resolving type given CANYON
mc-1 | curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to canyonmodded.p0rtal.gay:443