mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 14:03:29 +01:00
6 lines
150 B
Text
6 lines
150 B
Text
|
FROM nextcloud:apache
|
||
|
|
||
|
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
|
||
|
|
||
|
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|