using vhost address in docker-compose.yml solves this issue #609 (https://github.com/wekan/wekan/issues/609)

ArcturusB 2016-05-27 10:57:23 +02:00
parent f2ade2b2a3
commit e41b4ecc3a

@ -18,7 +18,7 @@ wekan:
- wekandb - wekandb
environment: environment:
- MONGO_URL=mongodb://wekandb/wekan - MONGO_URL=mongodb://wekandb/wekan
- ROOT_URL=http://localhost:8081 - ROOT_URL=http://mytodo.org
ports: ports:
- 8081:80 - 8081:80