portainer upgrade
Some checks failed
Deploy on push / detect (push) Successful in 10s
Deploy on push / deploy_swarm (push) Failing after 1m2s
Deploy on push / deploy_compose (push) Has been cancelled

This commit is contained in:
traveler 2026-01-15 21:40:51 -06:00
parent 79076fdc35
commit a9e11b6905
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
# /config is where plugins, extensions, and configuration files are placed.
# /imports is where comics to be imported are placed
# /library is where the comics library is maintaned
# / this is another test
# //random change
version: "3.6"
services:

View file

@ -1,6 +1,6 @@
services:
agent:
image: portainer/agent:2.21.5
image: portainer/agent:2.33.6
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
@ -12,7 +12,7 @@ services:
# constraints: [node.platform.os == linux]
portainer:
image: portainer/portainer-ce:2.21.5
image: portainer/portainer-ce:2.33.6
command: -H tcp://tasks.agent:9001 --tlsskipverify
ports:
- "7443:9443"