mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
using vhost address in docker-compose.yml solves this issue #609 (https://github.com/wekan/wekan/issues/609)
parent
f2ade2b2a3
commit
e41b4ecc3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue