diff --git a/swarm/comixed.yaml b/swarm/comixed.yaml index 53852b6..ecbbbb4 100644 --- a/swarm/comixed.yaml +++ b/swarm/comixed.yaml @@ -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: diff --git a/swarm/portainer-agent-stack.yml b/swarm/portainer-agent-stack.yml index 68d27e0..dbf142c 100755 --- a/swarm/portainer-agent-stack.yml +++ b/swarm/portainer-agent-stack.yml @@ -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"