From 1126588dc0bc6791716af084bd413040a75f33e8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 17 Nov 2017 17:53:34 +0100 Subject: [PATCH] docker: fix invocation of "docker run" --- packaging/docker/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/docker/Makefile.inc b/packaging/docker/Makefile.inc index 031ea1ff1..ac8a7a998 100644 --- a/packaging/docker/Makefile.inc +++ b/packaging/docker/Makefile.inc @@ -31,7 +31,7 @@ DOCKER_RUN_TARGETS = $(addprefix run-,$(DOCKER_TARGETS)) DOCKER_DEPLOY_TARGETS = $(addprefix deploy-,$(DOCKER_TARGETS)) DOCKER_RUN_OPTS = --interactive --tty \ - --port 80:80 --port 443:443 --port 12000:12000/udp --port 12001:12001/udp \ + --publish 80:80 --publish 443:443 --publish 12000:12000/udp --publish 12001:12001/udp \ --privileged --security-opt seccomp:unconfined --volume "$(SRCDIR):/villas" # Special cases for 'docker'target