Sfoglia il codice sorgente

Add default user/password combination

Damien Metzler 10 anni fa
parent
commit
8b13f4574c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      nuxeo/content.md

+ 2 - 0
nuxeo/content.md

@@ -14,6 +14,8 @@ $ docker run --name mynuxeo -p 8080:8080 -d nuxeo
 
 
 This image includes `EXPOSE 8080` (the nuxeo port). The default Nuxeo configuration is applied which feature an embedded database (H2), and an embedded Elasticsearch instance. This setup is not suitable for production. See below to know how to setup a production ready container by specifying environment variables.
 This image includes `EXPOSE 8080` (the nuxeo port). The default Nuxeo configuration is applied which feature an embedded database (H2), and an embedded Elasticsearch instance. This setup is not suitable for production. See below to know how to setup a production ready container by specifying environment variables.
 
 
+The Nuxeo platform is accesible at http://${DOCKER_HOST}:8080/ and default User and Password are Administrator/Administrator.
+
 ## Start a nuxeo with some additional packages
 ## Start a nuxeo with some additional packages
 
 
 ```console
 ```console