File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ The directory structure is as follows:
6767 a custom OCI image based on this one.
6868 This hybrid approach offers both flexibility and reproducibility.
6969
70- !!! info "🗃️ Anonymous Volume "
70+ !!! info "💾 Anonymous Volumes "
7171
72- If you don’t specify a volume mount for any of these directories, the image will create an anonymous volume for the `/data` folder.
73- This ensures your data persists across container restarts, but the volume won’t be easily accessible or manageable outside the container.
72+ If you don’t specify volume mounts for `/data/worlds` or `/data/plugins`, the image will automatically create anonymous volumes for them.
73+ This ensures your data persists across container restarts and can improve container performance.
74+ However, these volumes won’t be easily accessible or manageable from outside the container.
You can’t perform that action at this time.
0 commit comments