diff --git a/mcbe/Containerfile b/mcbe/Containerfile index 975f142..4add417 100644 --- a/mcbe/Containerfile +++ b/mcbe/Containerfile @@ -6,8 +6,8 @@ FROM localhost/debian:latest # deploy options # -p (port) and -v (volume) both go host:container LABEL config_default="\ --p 19132:19132/udp \ --p 19133:19133/udp \ +-p 19132-19133:19132-19133 \ +-p 19132-19133:19132-19133/udp \ -v /srv/vol/mcbe/data:/vol/data" # Build variables