From 9ffffa318ea446c589380ab3f5e76c3299c00061 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Fri, 17 Jul 2020 19:20:19 -0400 Subject: [PATCH] updated mcbe vol path --- src/mcbe/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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