0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-05 14:03:29 +01:00
nextcloud-docker/.examples/docker-compose/insecure/mariadb-with-redis/apache/app/Dockerfile

6 lines
150 B
Text
Raw Normal View History

FROM nextcloud:apache
COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php