Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Updated on 2024-01-23 04:05 PM UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomSky committed Jan 23, 2024
1 parent 53ae3a9 commit 15737ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Apps/Ddns-go/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ddns-go
services:
ddns-go:
image: jeessy/ddns-go:v6.0.3
image: jeessy/ddns-go:v6.1.0
network_mode: bridge
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion Apps/ESPHome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
limits:
cpus: "1"
memory: 512M
image: ghcr.io/esphome/esphome@sha256:d4ecd62032da69154800345dd12983a1a8d83cc9ad1291c4bc8c456d28d21168
image: ghcr.io/esphome/esphome@sha256:310919056ef06f35aa815efce8b2c7c160b6adc1bfb7285afccabc432de38d86
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ESPHome/icon.png
restart: always
Expand Down
2 changes: 1 addition & 1 deletion Apps/EmulatorJS/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- PUID=$PUID
- SUBFOLDER=/
- TZ=$TZ
image: linuxserver/emulatorjs:1.8.2
image: linuxserver/emulatorjs:1.8.3
network_mode: bridge
ports:
- target: 3000
Expand Down
2 changes: 1 addition & 1 deletion Apps/Grafana/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: grafana
services:
grafana:
image: grafana/grafana:10.2.3
image: grafana/grafana:10.3.1
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/jackett:0.21.1588
image: linuxserver/jackett:0.21.1594
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Siyuan-Note/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
environment:
PUID: "1000"
PGID: "1000"
image: b3log/siyuan:v2.12.3
image: b3log/siyuan:v2.12.4
deploy:
resources:
reservations:
Expand Down

0 comments on commit 15737ad

Please sign in to comment.