Updated Install Wekan Docker for testing (markdown)

Jeremy Bandini 2017-01-09 19:47:35 -05:00
parent 14a66be350
commit b82fafa496

@ -39,9 +39,15 @@ can be replaced by
ports: ports:
- 1234:80 - 1234:80
``` ```
Also need to change
also need to change
``` ```
ROOT_URL=http://localhost:1234 - ROOT_URL=http://localhost:80
```
to the new port
```
- ROOT_URL=http://localhost:1234
``` ```
(This procedure has been tested on Linux Ubuntu 14.04 and Mac OS 10.11.6.) (This procedure has been tested on Linux Ubuntu 14.04 and Mac OS 10.11.6.)