0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

Use custom Dockerfiles instead of mounting files for remote docker #104

This commit is contained in:
Marc Brückner 2017-08-16 17:21:07 +02:00 committed by Tilo Spannagel
parent b120af8e7f
commit 3c2f4b52e1
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
16 changed files with 57 additions and 15 deletions

View file

@ -0,0 +1,4 @@
FROM nextcloud:apache
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
COPY redis.php /usr/src/nextcloud/config/redis.php