6 lines
147 B
Docker
6 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
|