mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
I had to update docker-compose.yml to make card hyperlinks work. Otherwise cards were hyperlinked to port 80 instead of the custom 1234 port.
parent
e432238469
commit
14a66be350
1 changed files with 5 additions and 2 deletions
|
|
@ -39,9 +39,12 @@ can be replaced by
|
|||
ports:
|
||||
- 1234:80
|
||||
```
|
||||
with all the rest unchanged.
|
||||
Also need to change
|
||||
```
|
||||
ROOT_URL=http://localhost:1234
|
||||
```
|
||||
|
||||
(This procedure has been tested on Linux Ubuntu 14.04.)
|
||||
(This procedure has been tested on Linux Ubuntu 14.04 and Mac OS 10.11.6.)
|
||||
|
||||
### Testing with mail server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue