Nathan Fretz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
5 deletions
-
portainer/docker-compose.yml
-
portainer/umbrel-app.yml
|
|
@ -27,7 +27,7 @@ services: |
|
|
|
- ${APP_DATA_DIR}/data/docker:/data |
|
|
|
|
|
|
|
portainer: |
|
|
|
image: portainer/portainer-ce:2.21.1@sha256:2c7d2953c322de46d2749d371e892a5e0ad50339f542888798b2cdc81eb85eef |
|
|
|
image: portainer/portainer-ce:2.21.2@sha256:fcd79694da039537aa4c287f0e0a140f6d356fec3128774523e77fc66e0b6de3 |
|
|
|
command: --host unix:///var/run/docker.sock --admin-password-file=/default-password |
|
|
|
restart: on-failure |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: portainer |
|
|
|
category: developer |
|
|
|
name: Portainer |
|
|
|
version: "2.21.1" |
|
|
|
version: "2.21.2" |
|
|
|
tagline: Run custom Docker containers on your Umbrel |
|
|
|
description: >- |
|
|
|
⚠️ Make sure to only use named Docker volumes for your stacks and containers. Data in bind-mounted volumes |
|
|
@ -53,9 +53,8 @@ defaultPassword: "changeme" |
|
|
|
releaseNotes: >- |
|
|
|
This update includes improvements to stability and performance, as well as some bug fixes: |
|
|
|
|
|
|
|
- Fixed an issue where Portainer would crash when cloning a large Git repository |
|
|
|
- Introduced a mechanism to revoke authentication tokens after logout |
|
|
|
- Resolved a problem when re-creating a container on Docker 24 |
|
|
|
- Fixed an issue with stack deployment on Docker when using a .env file from a Git Repository |
|
|
|
- Updated Linode branding to align with the new "Akamai Connected Cloud" |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/portainer/portainer/releases. |
|
|
|