mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm static files container for FilterLists web
This commit is contained in:
parent
c7ca976f59
commit
494024541a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ services:
|
|||
- "80:80"
|
||||
networks:
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
depends_on:
|
||||
- web
|
||||
- api
|
||||
volumes:
|
||||
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
|
||||
web:
|
||||
image: collinbarrett/filterlists.web:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue