From c6d710ae2aa084ae77b60b92323c36ea94e43620 Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Wed, 17 May 2023 16:46:20 +0000 Subject: [PATCH] Update 'minecraft/compose.sh' --- minecraft/compose.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \