Added required environment variable to startup (#240)

Added DOCS_BASE_URL to the environment variables in the Docker documentation
This commit is contained in:
James Smith 2018-07-18 19:35:17 +10:00 committed by Benjamin Gamard
parent 8f1dddb8a3
commit dc044e684d
1 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,11 @@ Install with Docker
From a Docker host, run this command to download and install Sismics Docs. The server will run on <http://[your-docker-host-ip]:8100>.
**The default admin password is "admin". Don't forget to change it before going to production.**
docker run --rm --name sismics_docs_latest -d -p 8100:8080 -v sismics_docs_latest:/data sismics/docs:latest
docker run --rm --name sismics_docs_latest -d -e DOCS_BASE_URL='http://[your-docker-host-ip]:8100' -p 8100:8080 -v sismics_docs_latest:/data sismics/docs:latest
<img src="http://www.newdesignfile.com/postpic/2011/01/green-info-icon_206509.png" width="16px" height="16px"> **Note:** You will need to change [your-docker-host-ip] with the IP address or FQDN of your docker host e.g.
FQDN: http://docs.sismics.com
IP: http://192.168.100.10
Manual installation
-------------------