Skip to content

Commit c837c0a

Browse files
authored
docs: specify /data/worlds & /data/plugins are anonymous volumes by default (#287)
1 parent 501c9fc commit c837c0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/user-guide/src/directory-layout-and-volumes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)