Add IMAGE_PORT option to start rx docker too

rfm98w_packettx
Mark Jessop 2024-11-02 11:52:57 +10:30
rodzic cc5d5f8d82
commit 769240e6c8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ fi
: "${IMAGE_PORT:=7890}"
# Start up the SSDV Uploader script and push it into the background.
python3 ssdvuploader.py "$MYCALL" &
python3 ssdvuploader.py --image_port "$IMAGE_PORT" "$MYCALL" &
SSDV_UPLOAD_PID=$!
# Start the Web Interface Server