summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2019-11-04Readme: improve migration from existing section (#894)NeroBurner
* README: add postgresql commands to migration section Signed-off-by: NeroBurner <pyro4hell@gmail.com> * README: fix migration copy commands When the docker-compose up is run the first time the nextcloud directories are created. When after that the `docker cp` command copies whole folders they are added as subfolders to the existing folders. For example, when copying the data folder with ``` docker cp ./data/ nextcloud_app_1:/var/www/html/data ``` afterwards the data folder is in `/var/www/html/data/data` Signed-off-by: NeroBurner <pyro4hell@gmail.com> * README: migration: mention custom_apps config Signed-off-by: NeroBurner <pyro4hell@gmail.com>
2019-10-20Clean up the SMTP infoAchilleas Pipinellis
- Add STARTTLS - Add alternative 587 port Signed-off-by: Achilleas Pipinellis <axilleas@axilleas.me>
2019-10-09Fine tune of grammar and spell checks. (#888)ykcab
* grammar and spell checks Signed-off-by: ykcab <16911521+ykcab@users.noreply.github.com> * grammar and spell checks Signed-off-by: ykcab <16911521+ykcab@users.noreply.github.com>
2019-09-10Set redis password (#856)17.0.0beta4-fpm-alpine17.0.0beta4-fpm17.0.0beta4-apache17.0.0beta417.0.0-beta-fpm-alpine17.0.0-beta-fpm17.0.0-beta-apache17.0.0-beta17.0-beta-fpm-alpine17.0-beta-fpm17.0-beta-apache17.0-beta17-beta-fpm-alpine17-beta-fpm17-beta-apache17-beta16.0.4-fpm-alpine16.0.4-fpm16.0.4-apache16.0.415.0.11-fpm-alpine15.0.11-fpm15.0.11-apache15.0.1114.0.14-fpm-alpine14.0.14-fpm14.0.14-apache14.0.1414.0-fpm-alpine14.0-fpm14.0-apache14.014-fpm-alpine14-fpm14-apache14algakzru
2019-06-20Update build badgesJ0WI
2019-05-05Fix SQLite paragraph titleJ0WI
2019-04-30Revert "Compatibility with docker secrets (Fix #560)"Tilo Spannagel
[skip travis] Signed-off-by: Tilo Spannagel <development@tilosp.de>
2019-04-29Compatibility with docker secrets (Fix #560)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-29Clarify major version upgrade procedureJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-29Set SMTP via environment vars. (#698)Rodrigo
* Set SMTP via environment vars. Signed-off-by: Rodrigo Aguilera <hi@rodrigoaguilera.net> * Add SMTP instructions to the readme. Signed-off-by: Rodrigo Aguilera <hi@rodrigoaguilera.net> * Run update.sh for 16.0 release. Signed-off-by: Rodrigo Aguilera <hi@rodrigoaguilera.net>
2019-04-18Small typo in readme.mdgusttt
Signed-off-by: gusttt <gusttt@users.noreply.github.com>
2019-02-26Merge pull request #658 from ykcab/minor-typoTilo Spannagel
Changes in the README.md
2019-02-25Changed you host to 'your host' in line 32ykcab
Signed-off-by: ykcab <alain.mbuku@pm.me>
2019-02-25Rephrase README's "Named Volumes" ParagraphJonas Thelemann
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
2019-02-07Merge pull request #600 from marceljd/redis-env-varsTilo Spannagel
Set Redis through environment variables
2019-02-04Simple typo fixJay Rogers
Signed-off-by: Jay Rogers <jay@521dimensions.com>
2019-01-27 On branch redis-env-varsmarceljd
added REDIS_HOST_PORT Changes to be committed: modified: .config/redis.config.php modified: README.md Signed-off-by: marceljd <support@dihosting.ch>
2019-01-27Updated ' to ` for better formattingmarceljd
Signed-off-by: marceljd <support@dihosting.ch>
2019-01-27 Changes to be committed:marceljd
modified: .config/redis.config.php modified: .examples/docker-compose/insecure/mariadb-cron-redis/apache/docker-compose.yml modified: .examples/docker-compose/insecure/mariadb-cron-redis/fpm/docker-compose.yml modified: .examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/docker-compose.yml modified: .examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/docker-compose.yml modified: 13.0/apache/Dockerfile modified: 13.0/apache/config/redis.config.php modified: 13.0/fpm-alpine/Dockerfile modified: 13.0/fpm-alpine/config/redis.config.php modified: 13.0/fpm/Dockerfile modified: 13.0/fpm/config/redis.config.php modified: 14.0/apache/Dockerfile modified: 14.0/apache/config/redis.config.php modified: 14.0/fpm-alpine/Dockerfile modified: 14.0/fpm-alpine/config/redis.config.php modified: 14.0/fpm/Dockerfile modified: 14.0/fpm/config/redis.config.php modified: 15.0/apache/Dockerfile modified: 15.0/apache/config/redis.config.php modified: 15.0/fpm-alpine/Dockerfile modified: 15.0/fpm-alpine/config/redis.config.php modified: 15.0/fpm/Dockerfile modified: 15.0/fpm/config/redis.config.php modified: README.md Signed-off-by: marceljd <support@dihosting.ch>
2019-01-27set redis environment variablesmarceljd
Signed-off-by: marceljd <support@dihosting.ch>
2018-12-13Add db command to docker-compose example in readmeRichard Steinmetz
Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
2018-10-16Merge pull request #515 from SnowMB/add_update_variableTilo Spannagel
Add NEXTCLOUD_UPDATE for containers started with non-default commands
2018-10-16clarified use of variableMarc Brückner
2018-10-15add a mechanism to set trusted domains on installArthur Schiwon
2018-10-15Added documentation to readmeMarc Brückner
2018-08-01Remove trailing whitespacesTilo Spannagel
2018-05-30Switch to new logoTilo Spannagel
2018-02-13Grammar fix in README.mdMaeyanie
Apostrophes are not intended to be used as warnings to the reader that an S is approaching.
2018-02-06Use new stack.ymlTilo Spannagel
2018-01-11Move image name to the endTilo Spannagel
2017-12-17Added recursive flag to chown commandYotam
2017-12-06Fixed typosMartin Gerhardy
2017-10-02Add Play with Docker buttonTilo Spannagel
2017-09-14Fix TypoTilo Spannagel
2017-09-14Style fixMarc Brückner
2017-09-14Added readme entry for auto configMarc Brückner
2017-08-10Switch to svg logoTilo Spannagel
2017-07-19Fix path to themes folder in the READMEJan Kiesewetter
2017-07-01Add docker-compose occ exampleTilo Spannagel
2017-06-30docs: Add hint for using the ownCloud ConsoleSimon Legner
2017-06-25Update README.mdJakob Reiter
Fixed FPM example docker-compose to actually use nextcloud:fpm image instead of the default apache one
2017-06-18Fix TyposTilo Spannagel
2017-06-13Fix README.md typo (#101)Josh
* Fix README.md typo * Update README.md
2017-06-10Improve README with the default host portPierre Ozoux
2017-06-02Fixed typoHenning
2017-06-02Fixed environment variables for MariaDBHenning
2017-06-01Update README.mdGaurav Arora
volumes_from instead of volumes-from in docker-compose.yml
2017-05-24Rework Readme file (#53)Marc Brückner
* Rework Readme file * Fixed db-folder paths * Typos * Fixed Typos * Fix typo * Use pull to correctly pull a newer base image * Moved heading to the top * Clarify serving of static files in the fpm container * Update Persistant data * Added theming. * Added information on apps and custom_apps folder. * Typos, clarification * Added migration part * Fix wrong use of --pull * Reordering, spelling, clarification * Specified volumes section * Corrected examples * Added /var/www/html to the fine grained volume approach Also added a line on upgrading. * Typos in migration section * Updated SSL-encryption, Typos, removed "..." * Typos and some layout improvements * Typo, typo, typo :D * Added hint to set passwords * added links for external containers in ssl example
2017-03-26Added Travis build status badgeTilo Spannagel
2017-03-14Added build status badgeTilo Spannagel