diff --git a/src/mcbe/Containerfile b/src/mcbe/Containerfile index 5398bd9..dcc379e 100644 --- a/src/mcbe/Containerfile +++ b/src/mcbe/Containerfile @@ -8,7 +8,7 @@ FROM localhost/debian:latest LABEL deployopts="\ -p 19132:19132/udp \ -p 19133:19133/udp \ --v /srv/vol/minecraft_be/data:/vol/data" +-v /srv/vol/mcbe/data:/vol/data" # Build variables # uid that the files owner user should have