1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00
This commit is contained in:
Benjamin Gamard
2018-03-14 14:53:41 +01:00
parent db721a9d10
commit 1e57ee5fb3
4 changed files with 23 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ 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.
**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