aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e399de4..1554972 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ stop:
start:
docker run -d -v ${APP}:/go/src/dim13.org/goxy/data \
- -p ${IP}:80:80 -p ${IP}:443:443 -p ${IP}:8080:8080 \
+ -p ${IP}:80:80 -p ${IP}:443:443 -p ${IP}:8000:8000 \
--name ${APP} --net ${APP} --restart unless-stopped ${TAG}
restart: stop start