summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Brückner <phoenix_exe@web.de>2017-08-16 18:07:16 +0200
committerTilo Spannagel <development@tilosp.de>2017-09-27 13:29:14 +0200
commit1d89df6da723fd42f33d90a5480dad0a61943021 (patch)
treea225fa3bef104797161fd970b573a5b88b793af4
parentb9dbc29039421d34aaf2890b8ccc1c521dbbbc00 (diff)
List formatting
-rw-r--r--.examples/Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.examples/Readme.md b/.examples/Readme.md
index 437034ca..3268d8e1 100644
--- a/.examples/Readme.md
+++ b/.examples/Readme.md
@@ -37,10 +37,10 @@ This combination of the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-p
To use this example complete the following steps:
1. open docker-compose.yml
- a. insert your nextcloud domain behind `VIRTUAL_HOST=`and `LETSENCRYPT_HOST=`
- b. enter a valid email behind `LETSENCRYPT_EMAIL`
- c. choose a root password for the database behin `MYSQL_ROOT_PASSWORD=`
- d. enter your collabora domain behind `domain=`
+ 1. insert your nextcloud domain behind `VIRTUAL_HOST=`and `LETSENCRYPT_HOST=`
+ 2. enter a valid email behind `LETSENCRYPT_EMAIL`
+ 3. choose a root password for the database behin `MYSQL_ROOT_PASSWORD=`
+ 4. enter your collabora domain behind `domain=`
2. choose a password for the database user nextcloud in `db.env`behind `MYSQL_PASSWORD`
3. run `docker-compose build --pull` to pull the most recent base images and build the custom dockerfiles
4. start nextcloud with `docker-compose up -d`