This website requires JavaScript.
Explore
Help
Sign in
aaron
/
nextcloud-docker
Watch
0
Star
0
Fork
You've already forked nextcloud-docker
0
mirror of
https://github.com/nextcloud/docker.git
synced
2024-11-05 22:04:58 +01:00
Code
Activity
4b9c57d1e4
nextcloud-docker
/
.examples
/
docker-compose
/
insecure
/
postgres
/
fpm
/
web
/
Dockerfile
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Use Alpine Linux in examples and use default user Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-11-15 15:49:33 +01:00
FROM nginx:alpine
Add Dockerfile for nginx
2017-08-14 15:32:08 +02:00
COPY nginx.conf /etc/nginx/nginx.conf
Update examples section according to the latest docker compose requirements. Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
2024-04-18 15:30:37 +02:00
COPY mime.types /etc/nginx/mime.types
Copy permalink