Reset history to current sanitized state
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr:latest
|
||||
container_name: bazarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /srv/appdata/bazarr/config:/config
|
||||
- /data/Data1/jellyfin/Series:/series # must match Sonarr
|
||||
- /data/Data1/jellyfin/Movies:/movies
|
||||
#ports:
|
||||
# - 6767:6767
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
npm_proxy:
|
||||
ipv4_address: 192.168.97.20
|
||||
|
||||
networks:
|
||||
npm_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user