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