diff --git a/README.md b/README.md index abec9cc2..c933f4c1 100644 --- a/README.md +++ b/README.md @@ -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 . **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 + **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 -------------------