mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update portainer to 2.21.5 (#1970)
This commit is contained in:
parent
95d3f96ac2
commit
3089fa85ed
@ -27,7 +27,7 @@ services:
|
||||
- ${APP_DATA_DIR}/data/docker:/data
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.21.4@sha256:f2a7f5abd4735f9cd91563c6134e014b15168c4018beea87f1eec9d9618b2ad4
|
||||
image: portainer/portainer-ce:2.21.5@sha256:bd8f7a6d98e2a512e18272c38914abd1e92d663451f3c925d502a8557a3b92d7
|
||||
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.4"
|
||||
version: "2.21.5"
|
||||
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
|
||||
@ -52,10 +52,10 @@ defaultUsername: "admin"
|
||||
defaultPassword: "changeme"
|
||||
releaseNotes: >-
|
||||
This update includes improvements to stability and performance:
|
||||
|
||||
- Improved Edge environment status monitoring and error reporting
|
||||
- Enhanced service management for Docker Swarm environments
|
||||
- Added compatibility improvements for future Docker versions
|
||||
- Fixed container port mapping when editing or duplicating containers
|
||||
- Improved Git repository space usage optimization
|
||||
- Enhanced backup process reliability
|
||||
- Fixed image building and pulling issues
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/portainer/portainer/releases.
|
||||
|
Loading…
Reference in New Issue
Block a user