0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-14 15:34:48 +02:00
This commit is contained in:
pierreozoux 2017-03-21 10:15:09 +00:00 committed by Marc Brückner
parent 4326b28183
commit 7208308a18

View file

@ -59,7 +59,7 @@ PostegreSQL:
# Running this image with docker-compose
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are to many different possibilities to setup your system, so here are only some examples what you have to look for.
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.
At first make sure you have chosen the right base image (fpm or apache) and added the features you wanted (see at adding features). In almost every case you want to add a database container and https encryption to your setup. You also want to add docker volumes to get persistent data.