We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/data/worlds
1 parent 4f762cd commit 25789dcCopy full SHA for 25789dc
src/Dockerfile
@@ -144,6 +144,9 @@ COPY --from=cuelang-build --chmod=550 /usr/bin/cue /usr/local/bin/cue
144
# https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/images/creating-images#use-uid_create-images
145
USER daemon:root
146
147
+# Mount points for data persistence.
148
+VOLUME ["/data/worlds"]
149
+
150
# Minecraft port.
151
EXPOSE 25565
152
0 commit comments