Refactor portainer service in swarm/portainer.yml to use specific version of portainer-ce image
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ services:
|
||||
- node.platform.os == linux
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce
|
||||
image: portainer/portainer-ce:sts
|
||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||
volumes:
|
||||
- portainer-data:/data
|
||||
|
||||
Reference in New Issue
Block a user