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.

Jeremy Bandini 2017-01-09 19:45:20 -05:00
parent e432238469
commit 14a66be350

@ -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