1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Lukáš Kucharczyk e6e16cc4ad jellyfin: update to 10.10.1 2024-11-06 10:14:47 +01:00
Lukáš Kucharczyk 62eaa4e070 linkace: pin to 1.15.4 2024-11-06 10:14:20 +01:00
Lukáš Kucharczyk 8f339cb33e stash: pin to 0.27.2 2024-11-06 10:13:47 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,7 @@ services:
restart: unless-stopped restart: unless-stopped
stash: stash:
image: stashapp/stash:latest image: stashapp/stash:v0.27.2
container_name: stash container_name: stash
ports: ports:
- "${STASH_EXTERNAL_PORT}:${STASH_INTERNAL_PORT}" - "${STASH_EXTERNAL_PORT}:${STASH_INTERNAL_PORT}"
@ -480,7 +480,7 @@ services:
restart: unless-stopped restart: unless-stopped
linkace: linkace:
image: linkace/linkace:simple image: linkace/linkace:v1.15.4-simple
container_name: linkace container_name: linkace
networks: networks:
public: public:

View File

@ -1,7 +1,7 @@
--- ---
services: services:
jellyfin: jellyfin:
image: linuxserver/jellyfin:10.9.11 image: linuxserver/jellyfin:10.10.1
container_name: jellyfin container_name: jellyfin
ports: ports:
- "8096:8096" - "8096:8096"