Mount nginx config for easier dev
This commit is contained in:
parent
24571f8403
commit
185546c333
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ services:
|
|||
context: .
|
||||
volumes:
|
||||
- ".:/srv"
|
||||
- "./nginx.conf:/etc/nginx/http.d/default.conf"
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
Loading…
Add table
Reference in a new issue