mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
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
|
- node.platform.os == linux
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce
|
image: portainer/portainer-ce:sts
|
||||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||||
volumes:
|
volumes:
|
||||||
- portainer-data:/data
|
- portainer-data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user