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