I just pulled bazarr:latest (which has been working very well indeed for over a year. But now it seem to just hang on launch
bazarr | [migrations] started
bazarr | [migrations] no migrations found
bazarr | usermod: no changes
bazarr | ───────────────────────────────────────
bazarr |
bazarr | ██╗ ███████╗██╗ ██████╗
bazarr | ██║ ██╔════╝██║██╔═══██╗
bazarr | ██║ ███████╗██║██║ ██║
bazarr | ██║ ╚════██║██║██║ ██║
bazarr | ███████╗███████║██║╚██████╔╝
bazarr | ╚══════╝╚══════╝╚═╝ ╚═════╝
bazarr |
bazarr | Brought to you by linuxserver.io
bazarr | ───────────────────────────────────────
bazarr |
bazarr | To support the app dev(s) visit:
bazarr | Bazarr: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url
bazarr |
bazarr | To support LSIO projects visit:
bazarr | https://www.linuxserver.io/donate/
bazarr |
bazarr | ───────────────────────────────────────
bazarr | GID/UID
bazarr | ───────────────────────────────────────
bazarr |
bazarr | User UID: 1000
bazarr | User GID: 1000
bazarr | ───────────────────────────────────────
bazarr |
bazarr | [custom-init] No custom files found, skipping.
…
My compose file seem to follow the reference (the container lives behind Swag, so not exposing any ports is intentional). Other containers run fine. Can’t see any other general issues.
So, what is the step after [custom-init]
bazarr:
image: ghcr.io/linuxserver/bazarr:latest
container_name: bazarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Stockholm
volumes:
- /home/p/.dockerstack/bazarr/config:/config
- /mnt/net/smb/movies:/movies #optional
- /mnt/net/smb/series:/tv #optional
# ports:
#- 6767:6767
restart: unless-stopped