Compare commits
No commits in common. "dac13eb9e364442f6c4a13f7fc956bd2774b438d" and "8e10ac15d7ef40e522eade62255cd76c0ae630e6" have entirely different histories.
dac13eb9e3
...
8e10ac15d7
@ -154,8 +154,9 @@ services:
|
|||||||
beets:
|
beets:
|
||||||
image: lscr.io/linuxserver/beets:2.2.0
|
image: lscr.io/linuxserver/beets:2.2.0
|
||||||
container_name: beets
|
container_name: beets
|
||||||
user: 1000:100
|
|
||||||
environment:
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/beets:/config"
|
- "${DOCKER_STORAGE_PATH}/beets:/config"
|
||||||
@ -288,7 +289,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
navidrome:
|
navidrome:
|
||||||
image: deluan/navidrome:0.55.2
|
image: deluan/navidrome:0.55.0
|
||||||
container_name: navidrome
|
container_name: navidrome
|
||||||
ports:
|
ports:
|
||||||
- "${NAVIDROME_EXTERNAL_PORT}:${NAVIDROME_INTERNAL_PORT}"
|
- "${NAVIDROME_EXTERNAL_PORT}:${NAVIDROME_INTERNAL_PORT}"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
sabnzbd:
|
sabnzbd:
|
||||||
image: linuxserver/sabnzbd:4.5.1
|
image: linuxserver/sabnzbd:4.5.0
|
||||||
container_name: sabnzbd
|
container_name: sabnzbd
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user