0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-15 07:54:46 +02:00

Added hint to set passwords

This commit is contained in:
Marc Brückner 2017-05-23 00:05:14 +02:00 committed by GitHub
parent 6ff16852d3
commit 98be678220

View file

@ -88,6 +88,8 @@ At first make sure you have chosen the right base image (fpm or apache) and adde
## Base version - apache
This version will use the apache image and add a mariaDB container. The volumes are set to keep your data persistent. This setup provides **no ssl encryption** and is intended to run behind a proxy.
Make sure to set the variables `MYSQL_ROOT_PW` and `MYSQL_USER_PW` before you run this setup.
```yaml
version: '2'
@ -122,6 +124,8 @@ When using the FPM image you need another container that acts as web server on p
As this setup does **not include ecryption** it should to be run behind a proxy.
Make sure to set the variables `MYSQL_ROOT_PW` and `MYSQL_USER_PW` before you run this setup.
```yaml
version: '2'