Unpin the versions of things I don't care about too much
If they update and break, it's not the end of the world, however unlikely it may be
This commit is contained in:
parent
a3d19eba94
commit
a22f555878
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
calibre:
|
||||
image: linuxserver/calibre-web:0.6.8-ls65
|
||||
image: linuxserver/calibre-web:latest
|
||||
container_name: calibre
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
librespeed:
|
||||
image: linuxserver/librespeed:5.2-ls11
|
||||
image: linuxserver/librespeed:latest
|
||||
container_name: librespeed
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
quassel-core:
|
||||
image: linuxserver/quassel-core:0.13.1-ls56
|
||||
image: linuxserver/quassel-core:latest
|
||||
container_name: quassel
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
deluge:
|
||||
image: linuxserver/deluge:2.0.3-2201906121747ubuntu18.04.1-ls64
|
||||
image: linuxserver/deluge:latest
|
||||
container_name: deluge
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "2.3"
|
|||
|
||||
services:
|
||||
wallabag:
|
||||
image: wallabag/wallabag:2.3.8
|
||||
image: wallabag/wallabag:latest
|
||||
container_name: wallabag
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue