mirror of
https://github.com/okxlin/appstore.git
synced 2025-09-14 13:56:55 +08:00
Compare commits
10 Commits
1a633b0a46
...
d20a112386
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d20a112386 | ||
![]() |
bf9ab75f47 | ||
![]() |
657d837a2b | ||
![]() |
5461012451 | ||
![]() |
9b60d8d7e4 | ||
![]() |
2849c6fb77 | ||
![]() |
4a56a113c3 | ||
![]() |
456d6c07f4 | ||
![]() |
c2f0ecf267 | ||
![]() |
cf4913df80 |
@ -5,6 +5,6 @@ services:
|
|||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DATA_PATH}:/root"
|
- "${DATA_PATH}:/root"
|
||||||
image: jeessy/ddns-go:v6.11.1
|
image: jeessy/ddns-go:v6.11.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -14,7 +14,7 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${TIME_ZONE}
|
- TZ=${TIME_ZONE}
|
||||||
- FG_WEBUI_PASSWD=${WEB_PASSWORD}
|
- FG_WEBUI_PASSWD=${WEB_PASSWORD}
|
||||||
image: wiserain/flexget:3.16.9
|
image: wiserain/flexget:3.16.12
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
thunderbird:
|
thunderbird:
|
||||||
image: "jlesage/thunderbird:v25.06.2"
|
image: "jlesage/thunderbird:v25.07.1"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
Loading…
Reference in New Issue
Block a user