Tilo Spannagel
0548adf1c1
Use autoconfig.php provided by the image
2017-09-27 13:29:15 +02:00
Tilo Spannagel
4fbd273cb0
Add more examples with proxy
2017-09-27 13:29:15 +02:00
Tilo Spannagel
01dd1a93f1
Add depends_on
2017-09-27 13:29:15 +02:00
Marc Brückner
72c22b1a83
additions
2017-09-27 13:29:14 +02:00
Tilo Spannagel
e3e9b8f0e9
Add file extension
2017-09-27 13:29:14 +02:00
Tilo Spannagel
c957bcd3e0
Add links to Dockerfiles
2017-09-27 13:29:14 +02:00
Tilo Spannagel
d14e45155a
Fix Typos
2017-09-27 13:29:14 +02:00
Marc Brückner
1d89df6da7
List formatting
2017-09-27 13:29:14 +02:00
Marc Brückner
b9dbc29039
Few typos
2017-09-27 13:29:13 +02:00
Marc Brückner
8ac5a78cf0
started Readme
2017-09-27 13:29:13 +02:00
Marc Brückner
3c2f4b52e1
Use custom Dockerfiles instead of mounting files for remote docker #104
2017-09-27 13:29:13 +02:00
Tilo Spannagel
b120af8e7f
Add Dockerfile for nginx
2017-09-27 13:29:13 +02:00
Tilo Spannagel
f1515a32dc
Add insecure docker-compose examples for fpm
2017-09-27 13:29:12 +02:00
Tilo Spannagel
0ba11e9ca3
Remove unnecessary links
2017-09-27 13:29:12 +02:00
Tilo Spannagel
5f041a6249
Merge cron and redis example
2017-09-27 13:29:12 +02:00
Tilo Spannagel
53b8aabfe9
Add mysql option
2017-09-27 13:29:12 +02:00
Tilo Spannagel
ce5b814886
Add build tests for the example dockerfiles
2017-09-27 13:29:12 +02:00
Marc Brückner
50b9eadbff
deleted redundant lines
2017-09-27 13:29:11 +02:00
Marc Brückner
e87d8d1217
rework of docker-compose examples
2017-09-27 13:29:11 +02:00
Tilo Spannagel
83b027fbae
Add insecure docker-compose examples for apache
2017-09-27 13:29:11 +02:00
Tilo Spannagel
6a54981de4
Add examples for both cases apache and fpm
2017-09-27 13:29:11 +02:00
Tilo Spannagel
60ac9b728e
Split the examples into subfolders
2017-09-27 13:29:03 +02:00
Tilo Spannagel
fb58bbb039
Merge pull request #161 from nextcloud/redis-3.1.4
...
Update redis to version 3.1.4
2017-09-27 13:15:33 +02:00
Tilo Spannagel
57edb879dc
Update redis to version 3.1.4
2017-09-27 13:03:27 +02:00
Docker Library Bot
650e4b3248
Update to 11.0.5
2017-09-20 15:51:08 +00:00
Docker Library Bot
8ad5dbd5f3
Update to 12.0.3
2017-09-20 15:51:08 +00:00
Tilo Spannagel
a26e395c44
Merge pull request #153 from nextcloud/readme_autoconfig
...
Added readme entry for auto config
2017-09-14 17:13:49 +02:00
Tilo Spannagel
01a12b18f6
Fix Typo
2017-09-14 15:25:35 +02:00
Marc Brückner
4fd6a1186c
Style fix
2017-09-14 15:17:30 +02:00
Marc Brückner
c6995f135e
Added readme entry for auto config
2017-09-14 15:14:29 +02:00
Tilo Spannagel
0d38b64c07
Merge pull request #152 from nextcloud/apache-pretty-urls
...
Pretty URLs for apache
2017-09-14 13:58:23 +02:00
Tilo Spannagel
fd0cc806c8
Pretty URLs for apache
2017-09-14 10:23:46 +02:00
Tilo Spannagel
748af1e7b4
Merge pull request #150 from nextcloud/remove-arm32v5
...
Remove support for arm32v5
2017-09-08 11:45:28 +02:00
Tilo Spannagel
afc0d21a71
Remove support for arm32v5
2017-09-08 11:32:41 +02:00
Tilo Spannagel
a159d2ed34
Merge pull request #147 from nextcloud/autoconfig
...
Add autoconfig.php
2017-09-05 21:13:36 +02:00
Tilo Spannagel
d87b840646
Add data directory default
2017-08-29 11:54:54 +02:00
Tilo Spannagel
ea347ffbca
Add NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD
2017-08-29 10:58:20 +02:00
Tilo Spannagel
8a61625cd3
Add autoconfig.php
2017-08-29 01:07:09 +02:00
Tilo Spannagel
fb4a84cfb4
Merge pull request #146 from nextcloud/remove-end-of-life
...
Remove end of life version 10.0
2017-08-27 11:16:15 +02:00
Tilo Spannagel
6a7a09903f
Remove end of life version 10.0
2017-08-27 11:01:20 +02:00
Tilo Spannagel
261f545fab
Merge pull request #131 from tobru/dir_permissions
...
update directory permissions to be compatible with non-root
2017-08-26 16:26:16 +02:00
Tobias Brunner
6ed3dfe556
directory permissions for root group
2017-08-14 19:05:30 +02:00
Tilo Spannagel
69b4a015ed
Fix permissions when running as root
2017-08-14 19:05:30 +02:00
Tilo Spannagel
7366057ce1
Move COPY back down
2017-08-14 19:05:30 +02:00
Tobias Brunner
bd3fc10d7d
update directory permissions to be compatible with non-root
...
This commit updates the directory permissions to be more compatible when
running the image without root f.e. on OpenShift or when specifying it
when running with `docker run --user www-data:root ...`.
It adds detection logic to the entrypoint script as sudo is not always
allowed.
This change in directory permissions was also proposed by the official
documentation, see https://github.com/nextcloud/documentation/commit/22e2530 .
The `chown` before the volume definition is needed to prepare the volume
as it inherits the permissions.
refs https://github.com/nextcloud/docker/issues/107
2017-08-14 19:05:25 +02:00
Docker Library Bot
2220249a20
Update to 12.0.2
2017-08-14 15:51:08 +00:00
Tilo Spannagel
6ba1dc2c4d
Merge pull request #142 from nextcloud/svg-logo
...
Switch to svg logo
2017-08-10 18:53:06 +02:00
Tilo Spannagel
57f45baaa8
Switch to svg logo
2017-08-10 18:49:26 +02:00
Tilo Spannagel
57b5e03f2a
Add logo.svg
2017-08-10 18:45:31 +02:00
Tilo Spannagel
7e50b222af
Merge pull request #138 from nextcloud/redis-3.1.3
...
Update redis to version 3.1.3
2017-08-07 17:47:07 +02:00