1
0
Fork 0

Compare commits

..

No commits in common. "e24825edecbe6f96ce2d2497e7b7448f7c6a91ff" and "a26fb81492f0d7ca99b0351339f37bb3ad03e206" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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"