Updated port var

This commit is contained in:
Ash Leece 2020-10-25 22:25:37 +00:00
parent ea008bf783
commit fa7ddec308
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ services:
# For example, if you want to have wekan on port 3001,
# use 3001:8080 . Do not add any extra address etc here, that way it does not work.
# remove port mapping if you use nginx reverse proxy, port 8080 is already exposed to wekan-tier network
- ${PORTS}:8080
- ${PORT}:8080
environment:
- MONGO_URL=mongodb://wekandb:27017/wekan
#---------------------------------------------------------------