mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 21:03:53 +01:00
6 lines
147 B
Text
6 lines
147 B
Text
|
FROM nextcloud:fpm
|
||
|
|
||
|
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
|
||
|
|
||
|
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|