mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(reverse-proxy): 🐛🚑 fix path to svr-includes dir on prod
This commit is contained in:
parent
80cb7401b2
commit
c92aeebcca
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
|||
- web
|
||||
volumes:
|
||||
- ./reverse-proxy/svr-includes:/etc/nginx/svr-includes:ro
|
||||
- ../reverse-proxy/conf.d:/etc/nginx/conf.d:ro
|
||||
- ./reverse-proxy/conf.d:/etc/nginx/conf.d:ro
|
||||
- ~/cert:/etc/nginx/cert:ro
|
||||
|
||||
web:
|
||||
|
|
|
|||
Loading…
Reference in a new issue