Compare commits
15 commits
bb88a77d8f
...
bb56ee7645
Author | SHA1 | Date | |
---|---|---|---|
bb56ee7645 | |||
318ce237d6 | |||
ec1dc4ab69 | |||
2df14a48d9 | |||
b8a6c9607d | |||
9aff8f1cf4 | |||
d4dd90851e | |||
b3d2aa1a27 | |||
b1743026db | |||
b60f857e40 | |||
5881b97a14 | |||
2feca33abf | |||
55a85039cb | |||
f4b495d09f | |||
7ddfd1c854 |
2 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
lidarr:
|
||||
image: ghcr.io/linuxserver/lidarr@sha256:d30f42dc071f77ae833d094083263d38be2dd0ddfff3c234ede29a36673a8603
|
||||
image: ghcr.io/linuxserver/lidarr@sha256:a77af413426b8509fad2d02f5b89104a5766ee6ebb13497d73993e74f6cfa0a8
|
||||
container_name: lidarr
|
||||
ports:
|
||||
- "8686:8686"
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
prowlarr:
|
||||
image: ghcr.io/linuxserver/prowlarr@sha256:c93f075dc5afb74dc7a0a55e90974f81425a5d3c5d293022c5416431f4963ce9
|
||||
image: ghcr.io/linuxserver/prowlarr@sha256:9dd32e2270d174b07bd33a1f54e2b79e03ad944df62ed93efa08f4a381adc9a1
|
||||
container_name: prowlarr
|
||||
ports:
|
||||
- "9696:9696"
|
||||
|
@ -43,7 +43,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
radarr:
|
||||
image: ghcr.io/linuxserver/radarr@sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3
|
||||
image: ghcr.io/linuxserver/radarr@sha256:47acec85a0d92d107096088aebe83d1d0a434def34e5bac317fff18ca28741ae
|
||||
container_name: radarr
|
||||
ports:
|
||||
- "7878:7878"
|
||||
|
@ -72,7 +72,7 @@ services:
|
|||
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr:0.15.3
|
||||
image: ghcr.io/ajnart/homarr:0.15.4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/appdata/homarr/configs:/app/data/configs
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
|
||||
wallos:
|
||||
container_name: wallos
|
||||
image: bellamy/wallos:2.22.1
|
||||
image: bellamy/wallos:2.23.1
|
||||
ports:
|
||||
- "8282:80/tcp"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue