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

6 lines
147 B
Docker
Raw Normal View History

FROM nextcloud:fpm
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