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-15 04:09 PM UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomSky committed Jan 15, 2024
1 parent 6d05d79 commit 012bc3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Apps/Autobrr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: autobrr
services:
autobrr:
container_name: autobrr
image: ghcr.io/autobrr/autobrr@undefined
image: ghcr.io/autobrr/autobrr@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2
network_mode: bridge
restart: unless-stopped
environment:
Expand Down
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.2
image: jeessy/ddns-go:v6.0.3
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:afe338ecebaba62731d817a0661a9610d7b41c7deb0abbfad225245a9aacc5f4
image: ghcr.io/esphome/esphome@sha256:3b648102b0b49ded4179a3c4afbb4642ec2120b6abcf9dcd485ac5c3faf8d969
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/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.1546
image: linuxserver/jackett:0.21.1548
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Stremio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
memory: 1024M
environment:
- NO_CORS=1
image: stremio/server:v4.20.3
image: stremio/server:v4.20.4
ports:
- target: 11470
published: "11470"
Expand Down

0 comments on commit 012bc3d

Please sign in to comment.