We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e68e6 commit 036df35Copy full SHA for 036df35
src/development/stack.yml
@@ -239,7 +239,7 @@ services:
239
constraints:
240
- node.role == manager
241
replicas: 1
242
- image: portainer/portainer-ce:2.29.2-alpine
+ image: portainer/portainer-ce:2.30.0-alpine
243
secrets:
244
- portainer_admin-password
245
volumes:
@@ -251,7 +251,7 @@ services:
251
placement:
252
253
- node.platform.os == linux
254
- image: portainer/agent:2.29.2
+ image: portainer/agent:2.30.0
255
256
- /var/run/docker.sock:/var/run/docker.sock
257
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments