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 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.