mirror of https://github.com/CIRCL/lookyloo
Added a docker volume for data persistence
parent
51ed616b48
commit
6bfe1d42ec
|
@ -10,3 +10,5 @@ services:
|
|||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
#volumes:
|
||||
# - /path/to/your/data/directory:/lookyloo/scraped
|
||||
|
|
Loading…
Reference in New Issue