Explorar o código

Fix port order, hopefully correctly.

Related #1778

Thanks to xet7 !
Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
95b21943ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
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