1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-21 15:07:32 +02:00
docker-nextcloud/.examples/docker-compose/insecure/mariadb-with-redis/apache/app/Dockerfile
2017-09-27 13:29:11 +02:00

6 lines
150 B
Docker

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