diff --git a/f1_2023/setup/index.html b/f1_2023/setup/index.html index 5e16a48..9443e0c 100644 --- a/f1_2023/setup/index.html +++ b/f1_2023/setup/index.html @@ -1000,7 +1000,7 @@

Docker

docker run --name f1_2023 -d \
 -p 8501:8501/tcp \
 -p 20777:20777/udp \
-rcastley895/f1_2023:latest
+ghcr.io/splunk/f1_2023:latest
 

The above will run the F1 2023 container in the background and expose port 8501 for the UI and port 20777 for the UDP listener.

@@ -1012,7 +1012,7 @@

Docker

-p 20778:20778/udp \ -p 20779:20779/udp \ -p 20780:20780/udp \ -rcastley895/f1_2023:latest +ghcr.io/splunk/f1_2023:latest

Validation

diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 8c0754f..13fdebe 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ