Add a volume to contain the minecraft world files #16

Merged
tlater merged 1 commit from tlaternet/add-minecraft-volume into master 2020-07-27 20:56:38 +01:00
Showing only changes of commit b5ea90a258 - Show all commits

View file

@ -121,6 +121,7 @@ in
"25565:25565"
];
volumes = [
"minecraft:/var/lib/minecraft/world"
"${ops}:/var/lib/minecraft/ops.json:ro"
"${whitelist}:/var/lib/minecraft/whitelist.json:ro"
];