Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2813d99844 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
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.1@sha256:d4fbec16196d5c8bedf32647f0ca7165f654d92a2e81f35a373508d3226cb867
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/home-assistant/config:/config
|
||||
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: ghcr.io/traefik/traefik:v3.7.1
|
||||
image: ghcr.io/traefik/traefik:v3.6.14
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
pangolin:
|
||||
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: ghcr.io/traefik/traefik:v3.7.1
|
||||
image: ghcr.io/traefik/traefik:v3.6.14
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
pangolin:
|
||||
|
||||
Reference in New Issue
Block a user