Skip to content

Commit

Permalink
Update portainer to 2.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 21, 2024
1 parent 2db8628 commit 4df7248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Check notice on line 33 in portainer/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/portainer/data/portainer" doesn't exist

The volume "${APP_DATA_DIR}/data/portainer:/data" tries to mount the file/directory "/portainer/data/portainer", but it is not present. This can lead to permission errors!

Check notice on line 33 in portainer/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/portainer/data/docker" doesn't exist

The volume "${APP_DATA_DIR}/data/docker:/var/run" tries to mount the file/directory "/portainer/data/docker", but it is not present. This can lead to permission errors!
Expand Down
10 changes: 5 additions & 5 deletions portainer/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4df7248

Please sign in to comment.