mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update dockge to version 1.5.0 (#2453)
This commit is contained in:
parent
523ac511ea
commit
edb2aca6fc
@ -27,7 +27,7 @@ services:
|
||||
- ${APP_DATA_DIR}/data/docker:/data
|
||||
|
||||
dockge:
|
||||
image: louislam/dockge:1.4.2@sha256:ec889251baff476366783bc4a092aaa08c601f377537a0f30fb922754edcd9b7
|
||||
image: louislam/dockge:1.5.0@sha256:335c6368b880ecc203236ed89e6e5232e0d6578e8ef5920e4a502390451502bf
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/docker:/var/run
|
||||
@ -35,3 +35,4 @@ services:
|
||||
- ${APP_DATA_DIR}/data/dockge-stacks:/opt/stacks
|
||||
environment:
|
||||
DOCKGE_STACKS_DIR: /opt/stacks
|
||||
DOCKGE_ENABLE_CONSOLE: "true"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: dockge
|
||||
category: developer
|
||||
name: Dockge
|
||||
version: "1.4.2"
|
||||
version: "1.5.0"
|
||||
tagline: Easy to use Docker Compose manager
|
||||
description: >-
|
||||
⚠️ Make sure to only use named Docker volumes in your Compose files. Data in bind-mounted volumes
|
||||
@ -45,7 +45,17 @@ gallery:
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
This update comes with new features, improvements, and bug fixes to enhance your experience with Dockge.
|
||||
|
||||
|
||||
Highlights:
|
||||
- Docker client and Docker Compose updates
|
||||
- Console improvements
|
||||
- Various bug fixes and improvements
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/louislam/dockge/releases
|
||||
developer: Louis Lam
|
||||
submitter: FlyinPancake
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1106
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1106
|
||||
|
Loading…
Reference in New Issue
Block a user