Browse Source

update to mcbe ports publish

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
2c2f03e5cb
  1. 4
      mcbe/Containerfile

4
mcbe/Containerfile

@ -6,8 +6,8 @@ FROM localhost/debian:latest
# deploy options # deploy options
# -p (port) and -v (volume) both go host:container # -p (port) and -v (volume) both go host:container
LABEL config_default="\ LABEL config_default="\
-p 19132:19132/udp \ -p 19132-19133:19132-19133 \
-p 19133:19133/udp \ -p 19132-19133:19132-19133/udp \
-v /srv/vol/mcbe/data:/vol/data" -v /srv/vol/mcbe/data:/vol/data"
# Build variables # Build variables

Loading…
Cancel
Save