-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Describe the problem
When i set the server type to FOLIA ("TYPE: FOLIA"), the version downloaded is not the latest (even with setting the variable VERSION to latest)
Container definition
services:
minecraft-server:
hostname: pi-server
container_name: minecraft-server
image: itzg/minecraft-server:latest
network_mode: "host"
environment:
UID: "1000"
GID: "100"
MEMORY: "2G"
EULA: "TRUE"
TYPE: FOLIA
PLUGINS: |
https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/spigot
https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/spigot
volumes:
# attach a directory relative to the directory containing this compose file
- ./minecraft-data:/data
tty: true
stdin_open: true
restart: unless-stopped
Container logs
Paste logs here
Metadata
Metadata
Assignees
Labels
Projects
Status
Done