diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-06-21 15:15:37 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-06-21 15:15:37 +0200 |
commit | 1908302b1ba2934d1759fa6a9c06d64c704fc858 (patch) | |
tree | 57346ca4ba9d7ae3312beb6b91d293f7bc0660d1 /portainer/compose.yaml | |
parent | 111791cbaf8049627abaf40ee7ac220b3c024b0f (diff) |
Update Portainer to 2.27.7
Diffstat (limited to 'portainer/compose.yaml')
-rw-r--r-- | portainer/compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portainer/compose.yaml b/portainer/compose.yaml index 6b6abbd..a855221 100644 --- a/portainer/compose.yaml +++ b/portainer/compose.yaml @@ -1,6 +1,6 @@ services: portainer-ce: - image: portainer/portainer-ce:2.27.6 + image: portainer/portainer-ce:2.27.7 ports: - 10.0.0.1:8000:8000 - 10.0.0.1:9443:9443 |