mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-11 19:32:52 +02:00
Merge pull request #161 from ipnet-mesh/chore/fix-packetcapture-compose
Fixed Packet Capture Docker Compose
This commit is contained in:
@@ -39,8 +39,8 @@ services:
|
||||
- PACKETCAPTURE_MQTT3_TOKEN_AUDIENCE=${CUSTOM_MQTT_AUDIENCE}
|
||||
- PACKETCAPTURE_MQTT3_KEEPALIVE=120
|
||||
# Area/Origin
|
||||
- PACKETCAPTURE_IATA=${IATA}
|
||||
- PACKETCAPTURE_ORIGIN=${ORIGIN:observer}
|
||||
- PACKETCAPTURE_IATA=${IATA:-STN}
|
||||
- PACKETCAPTURE_ORIGIN=${ORIGIN:-observer}
|
||||
# Schedule/Timeouts
|
||||
- PACKETCAPTURE_ADVERT_INTERVAL_HOURS=${ADVERT_INTERVAL_HOURS:-11}
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user