diff --git a/docs/gettingstarted/docker-systemd-general.md b/docs/gettingstarted/docker-systemd-general.md index 20b5a3c..df73c6c 100644 --- a/docs/gettingstarted/docker-systemd-general.md +++ b/docs/gettingstarted/docker-systemd-general.md @@ -14,7 +14,7 @@ After=network.service Requires=network.service [Service] -Environment="SC4S_IMAGE=splunk/sc4s:latest" +Environment="SC4S_IMAGE=splunk/scs:latest" # Optional mount point for local overrides and configurations; see notes in docs diff --git a/docs/gettingstarted/podman-systemd-general.md b/docs/gettingstarted/podman-systemd-general.md index a70cd2d..353bfa1 100644 --- a/docs/gettingstarted/podman-systemd-general.md +++ b/docs/gettingstarted/podman-systemd-general.md @@ -14,7 +14,7 @@ After=network.service Requires=network.service [Service] -Environment="SC4S_IMAGE=splunk/sc4s:latest" +Environment="SC4S_IMAGE=splunk/scs:latest" # Optional mount point for local overrides and configurations; see notes in docs