mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-12 16:44:19 -08:00
add blocklist file
This commit is contained in:
parent
37945aa4bc
commit
95cae1c6d0
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
internal/meshtastic/generated/*
|
||||
website/nodes.json
|
||||
blocklist.txt
|
||||
|
|
|
@ -7,4 +7,5 @@ docker run --name meshobserv \
|
|||
--restart unless-stopped \
|
||||
-v /data:/data \
|
||||
-d meshobserv \
|
||||
-f /data/meshmap.net/website/nodes.json
|
||||
-f /data/meshmap.net/website/nodes.json \
|
||||
-b /data/meshmap.net/blocklist.txt
|
||||
|
|
Loading…
Reference in a new issue