mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-21 05:13:52 +01:00
4 lines
132 B
Docker
4 lines
132 B
Docker
FROM nextcloud:fpm
|
|
|
|
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
|
|
COPY redis.php /usr/src/nextcloud/config/redis.php
|