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-09 04:08 PM UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomSky committed Jan 9, 2024
1 parent be150ff commit 423cb54
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2
image: ghcr.io/autobrr/autobrr@undefined
network_mode: bridge
restart: unless-stopped
environment:
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.0
image: linuxserver/emulatorjs:1.8.1
network_mode: bridge
ports:
- target: 3000
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.1519
image: linuxserver/jackett:0.21.1529
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Mongo/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mongodb
services:
mongo:
image: mongo:7.0.5-rc0-windowsservercore-ltsc2022
image: mongo:7.0.5
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/MongoDB4/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mongodb4
services:
mongodb4:
image: mongo:7.0.5-rc0-windowsservercore-ltsc2022
image: mongo:7.0.5
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Petio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
target: /app/logs
container_name: petio-petio
mongo:
image: mongo:7.0.5-rc0-windowsservercore-ltsc2022
image: mongo:7.0.5
restart: unless-stopped
hostname: mongo
networks:
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.0
image: b3log/siyuan:v2.12.1
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Twingate/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: twingate-connector
services:
twingate-connector:
image: twingate/connector:1.61.0
image: twingate/connector:1.62.0
container_name: twingate-connector
command:
- /connectord
Expand Down

0 comments on commit 423cb54

Please sign in to comment.