summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/apache/app/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.examples/docker-compose/with-nginx-proxy/apache/app/Dockerfile')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/apache/app/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/apache/app/Dockerfile b/.examples/docker-compose/with-nginx-proxy/apache/app/Dockerfile
new file mode 100644
index 00000000..2d54bc41
--- /dev/null
+++ b/.examples/docker-compose/with-nginx-proxy/apache/app/Dockerfile
@@ -0,0 +1,4 @@
+FROM nextcloud:apache
+
+COPY autoconfig.php /usr/src/nextcloud/config/autoconfig.php
+COPY redis.php /usr/src/nextcloud/config/redis.php