Add a volume to contain the minecraft world files

pull/16/head
Tristan Daniël Maat 2020-07-27 20:54:54 +01:00
parent 1d6ba77c7c
commit b5ea90a258
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

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"
];