mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2025-03-05 21:00:01 -08:00
remove blocklist
This commit is contained in:
parent
755b8403a3
commit
b3b44283a7
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
internal/meshtastic/generated/*
|
internal/meshtastic/generated/*
|
||||||
website/nodes.json
|
website/nodes.json
|
||||||
blocklist.txt
|
|
||||||
|
|
|
@ -7,5 +7,4 @@ docker run --name meshobserv \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
-v /data:/data \
|
-v /data:/data \
|
||||||
-d meshobserv \
|
-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