mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
5 lines
132 B
Text
5 lines
132 B
Text
|
FROM nextcloud:fpm
|
||
|
|
||
|
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
|
||
|
COPY redis.php /usr/src/nextcloud/config/redis.php
|