List formatting
This commit is contained in:
parent
b9dbc29039
commit
1d89df6da7
@ -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:
|
To use this example complete the following steps:
|
||||||
|
|
||||||
1. open docker-compose.yml
|
1. open docker-compose.yml
|
||||||
a. insert your nextcloud domain behind `VIRTUAL_HOST=`and `LETSENCRYPT_HOST=`
|
1. insert your nextcloud domain behind `VIRTUAL_HOST=`and `LETSENCRYPT_HOST=`
|
||||||
b. enter a valid email behind `LETSENCRYPT_EMAIL`
|
2. enter a valid email behind `LETSENCRYPT_EMAIL`
|
||||||
c. choose a root password for the database behin `MYSQL_ROOT_PASSWORD=`
|
3. choose a root password for the database behin `MYSQL_ROOT_PASSWORD=`
|
||||||
d. enter your collabora domain behind `domain=`
|
4. enter your collabora domain behind `domain=`
|
||||||
2. choose a password for the database user nextcloud in `db.env`behind `MYSQL_PASSWORD`
|
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
|
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`
|
4. start nextcloud with `docker-compose up -d`
|
||||||
|
Loading…
Reference in New Issue
Block a user