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 2bc0601 commit 4f81738Copy full SHA for 4f81738
src/development/stack.yml
@@ -218,7 +218,7 @@ services:
218
constraints:
219
- node.role == manager
220
replicas: 1
221
- image: portainer/portainer-ce:2.28.0-alpine
+ image: portainer/portainer-ce:2.28.1-alpine
222
secrets:
223
- portainer_admin-password
224
volumes:
@@ -230,7 +230,7 @@ services:
230
placement:
231
232
- node.platform.os == linux
233
- image: portainer/agent:2.28.0
+ image: portainer/agent:2.28.1
234
235
- /var/run/docker.sock:/var/run/docker.sock
236
- /var/lib/docker/volumes:/var/lib/docker/volumes
0 commit comments