Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52c6e3f8b4 |
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
home-assistant:
|
home-assistant:
|
||||||
container_name: home-assistant
|
container_name: home-assistant
|
||||||
image: ghcr.io/home-assistant/home-assistant:2026.4.4@sha256:c1e5f0147f4cb51ccb05bb30b62a1269cc1bd48a6274792d3b38a77ab274dfd2
|
image: ghcr.io/home-assistant/home-assistant:2026.5.0@sha256:8edcb16cff8158e87a3a2b48b3bcca05c30dcea0212eb6a2fe940b6d52ed216a
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/home-assistant/config:/config
|
- ${APPDATA_PATH}/home-assistant/config:/config
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: pangolin
|
|||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
image: ghcr.io/fosrl/pangolin:1.18.3
|
image: ghcr.io/fosrl/pangolin:1.18.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: pangolin
|
|||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
image: ghcr.io/fosrl/pangolin:1.18.3
|
image: ghcr.io/fosrl/pangolin:1.18.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
|
|||||||
Reference in New Issue
Block a user