diff --git a/minecraft/compose.sh b/minecraft/compose.sh index 7f91ca2..1c5c949 100644 --- a/minecraft/compose.sh +++ b/minecraft/compose.sh @@ -4,7 +4,7 @@ podman pod create --name=minecraft \ podman create \ --pod=minecraft \ --name=minecraft_minecraft \ - --volume=/mnt/HC_Volume_32097088/data:/data:z \ + --volume=/mnt/HC_Volume_32097088/data:/data:Z \ --cpus=2 \ --memory=6000m \ -e TYPE=CUSTOM \