From 95b21943ee7a9fa5a27efe5276307febc2fbad94 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 2 Aug 2018 16:47:50 +0300 Subject: Fix port order, hopefully correctly. Related #1778 Thanks to xet7 ! --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 79c4ec43..e769cb82 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - METEOR_EDGE=${METEOR_EDGE} - USE_EDGE=${USE_EDGE} ports: - - 8080:80 + - 80:8080 environment: - MONGO_URL=mongodb://wekandb:27017/wekan - ROOT_URL=http://localhost -- cgit v1.2.3-1-g7c22