mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2025-09-21 00:31:40 +02:00
5 lines
135 B
Docker
5 lines
135 B
Docker
|
FROM nextcloud:apache
|
||
|
|
||
|
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
|
||
|
COPY redis.php /usr/src/nextcloud/config/redis.php
|