mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
fix: fix app version
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Asia/Shanghai
|
||||
image: linuxserver/adguardhome-sync:v0.7.8-ls144
|
||||
image: linuxserver/adguardhome-sync:v0.7.8
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
keepassxc:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: linuxserver/keepassxc:2.7.10-r0-ls76
|
||||
image: linuxserver/keepassxc:2.7.10
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
@@ -1,6 +1,5 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
metamcp:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: ghcr.io/metatool-ai/metamcp:2.4.13
|
||||
pull_policy: always
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
version: "3"
|
||||
services:
|
||||
app:
|
||||
metamcp:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: ghcr.io/metatool-ai/metamcp:latest
|
||||
pull_policy: always
|
||||
|
||||
Reference in New Issue
Block a user