Compare commits
No commits in common. "e24825edecbe6f96ce2d2497e7b7448f7c6a91ff" and "a26fb81492f0d7ca99b0351339f37bb3ad03e206" have entirely different histories.
e24825edec
...
a26fb81492
|
@ -8,9 +8,6 @@ services:
|
|||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.31
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/bazarr:/config"
|
||||
- "${MOVIE_PATH}:/movies"
|
||||
|
|
|
@ -9,8 +9,6 @@ services:
|
|||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:sabnzbd
|
||||
- TP_THEME=dracula
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/sabnzbd:/config"
|
||||
- "${DOWNLOADS_PATH}/sabnzbd:/downloads"
|
||||
|
|
Loading…
Reference in New Issue