added nginx.conf to use git repo

This commit is contained in:
Florian Zirker 2024-04-05 06:29:51 +00:00
parent c817a4eaf3
commit 39ce8f5bec
2 changed files with 68 additions and 0 deletions

View file

@ -4,6 +4,7 @@ services:
image: nginx:stable
volumes:
- ${HTML}:/usr/share/nginx/html:ro
- $PWD/nginx.conf:/etc/nginx/nginx.conf:ro
networks:
- web
restart: unless-stopped