1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-08 00:40:50 +02:00
docker-nextcloud/.examples/docker-compose/insecure/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
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php