Nextcloud-Docker/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache/app/Dockerfile

6 lines
150 B
Docker
Raw Normal View History

FROM nextcloud:apache
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
2017-08-25 15:18:25 +00:00
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php