mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2025-03-05 21:00:01 -08:00
bring back blocklist
This commit is contained in:
parent
caf9e2a2dd
commit
91a48310bd
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
blocklist.txt
|
||||
internal/meshtastic/generated/*
|
||||
website/nodes.json
|
||||
|
|
|
@ -7,4 +7,5 @@ docker run --name meshobserv \
|
|||
--restart unless-stopped \
|
||||
-v /data:/data \
|
||||
-d meshobserv \
|
||||
-b /data/meshmap.net/blocklist.txt \
|
||||
-f /data/meshmap.net/website/nodes.json
|
||||
|
|
Loading…
Reference in a new issue