If the portainer interface is unavailable for any reason and you only have access to the system via SSH, you can manage services using this method.
Docker Compose
Container Commands
Use these commands to re-create service containers from scratch. These commands match with the default docker-compose file for the system. This method is for running single containers rather than the whole stack if needed.
sudo docker run -d --network=host -e RTSP_RTSPADDRESS=:554 aler9/rtsp-simple-server
Zigbee to MQTT
sudo docker run -d --name=zigbee2mqtt -v "$(pwd)"/zigbee2mqtt:/app/data -v /run/udev:/run/udev:ro --device=/dev/ttyACM0 --group-add dialout -e TZ=US/Chicago --restart unless-stopped koenkk/zigbee2mqtt
NodeRED
sudo docker run -d -p 1880:1880 -v node_red_data:/data --name nodered --restart unless-stopped nodered/node-red
On Air Light
sudo systemctl start onair