From 2c2f03e5cb77457aff78fd74218824c2e248a1cd Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Wed, 3 Mar 2021 18:16:58 -0500 Subject: [PATCH] update to mcbe ports publish --- mcbe/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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