added nginx.conf to use git repo
This commit is contained in:
parent
c817a4eaf3
commit
39ce8f5bec
2 changed files with 68 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue