A docker-compose for every Channels-related extension -- suitable for Portainer-Stacks!

You need to stop and remove the old container first, then pull the latest image and run.
Or let Watchtower update it.
Here's how I update my Portainer (of course you need to use your version of the run statement)

docker stop portainer
docker rm portainer
docker pull portainer/portainer-ce:latest
docker run --detach --env 'TZ=America/Los_Angeles' --name=portainer --restart=always -p 8000:8000 -p 9000:9000 -p 9443:9443 -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/portainer:/data portainer/portainer-ce:latest
1 Like

Unfortunately, my client names have spaces in them. Is there a way to format the text for the CHANNELS_CLIENTS variable to accommodate that?

The values needed here are the LAN hostnames or IP addresses of your Channels clients -- not the names used in the CDVR server webUI.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

The move away from calling it Docker is part of a move by most linux Distros to support other types of Containers, not just Docker Containers.