mirror of https://github.com/CIRCL/lookyloo
fix: Add few more volumes for docker
parent
eca8de7683
commit
1c7a82b14f
|
@ -29,10 +29,12 @@ services:
|
|||
- ./cache:/lookyloo/cache
|
||||
- ./indexing:/lookyloo/indexing
|
||||
- ./scraped:/lookyloo/scraped
|
||||
- ./archived_captures:/lookyloo/archived_captures
|
||||
- ./discarded:/lookyloo/discarded_captures
|
||||
- ./user_agents:/lookyloo/user_agents
|
||||
- ./config:/lookyloo/config
|
||||
- ./logs:/lookyloo/logs
|
||||
- ./logs_web:/lookyloo/website/logs
|
||||
ports:
|
||||
- "5100:5100"
|
||||
links:
|
||||
|
|
Loading…
Reference in New Issue