0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-12 19:44:08 +02:00

Update examples section according to the latest docker compose requirements.

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2024-04-18 16:30:37 +03:00
parent f23d5d3ab4
commit a87a922c0c
21 changed files with 675 additions and 148 deletions

View file

@ -1,3 +1,4 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY mime.types /etc/nginx/mime.types