Skip to content

Commit efb9e06

Browse files
authored
docs: specify default behavior when no mount point is specified (#273)
1 parent a056853 commit efb9e06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ The directory structure is as follows:
6666
For example, you can mount volumes for dynamic data like world saves, while embedding configuration files and plugins directly into
6767
a custom OCI image based on this one.
6868
This hybrid approach offers both flexibility and reproducibility.
69+
70+
!!! info "🗃️ Anonymous Volume"
71+
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.

0 commit comments

Comments
 (0)