Change rhasspys siteID?

Hi all,

I am going to install satelittes and as my main instance is running on a Pi4 in the living room, I want to call it “wohnzimmer” instead of “default” in the future.

I understand that I defined the siteID when I started the Docker with

$ docker run -d -p 12101:12101 \
      --name rhasspy \
      --restart unless-stopped \
      -v "$HOME/.config/rhasspy/profiles:/profiles" \
      -v "/etc/localtime:/etc/localtime:ro" \
      --device /dev/snd:/dev/snd \
      rhasspy/rhasspy \
      --user-profiles /profiles \
      --profile de

to get it running in the background. How can I restart that container with another siteID?

The siteId can be changed in the web interface.
I think it is at the top of the settings page.