Open
Description
Describe the problem
After server restart, the server world files are corrupted. Everything works well while running pure Paper server without docker and also running same container on macOS or Linux. Recreating container doesn't help anything, after server restart I'm getting the same errors.
Container definition
version: "3.8"
services:
mc:
image: itzg/minecraft-server:java16
ports:
- "25565:25565"
environment:
TYPE: PAPER
VERSION: 1.17.1
EULA: "TRUE"
ONLINE_MODE: "FALSE"
COPY_CONFIG_DEST: /data
volumes:
- ./data/mc:/data
- ./mc:/config
Container logs
Full server log is available here https://teksusik.pl/docker.log