0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-15 07:54:46 +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 committed by J0WI
parent a1e93f429c
commit 6dc29f2a72
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