Browse Source

updated mcbe vol path

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
9ffffa318e
  1. 2
      src/mcbe/Containerfile

2
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

Loading…
Cancel
Save