mark cert dir creation as optional

This commit is contained in:
Marco Kundt 2021-05-04 14:18:16 +02:00
parent f471881db7
commit d1325f9046

View File

@ -30,7 +30,7 @@ $ cp env.example .env
$ mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client-plugins} $ mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client-plugins}
$ sudo chown -R 2000:2000 ./volumes/app/mattermost $ sudo chown -R 2000:2000 ./volumes/app/mattermost
## when using the provided nginx and if a certificate and key already exists ## (optinally) when using the provided nginx and if a certificate and key already exists
$ mkdir -p ./volumes/web/cert $ mkdir -p ./volumes/web/cert
``` ```