-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
docker-compose.yml:
services:
audioserve:
image: ghcr.io/srd424/audioserve-docker:trixie
restart: unless-stopped
command: --tags /audiobooks
environment:
- PUID=1000
- PGID=1000
- "AUDIOSERVE_SHARED_SECRET=dfgsdf325sdg"
volumes:
- /etc/localtime:/etc/localtime:ro
- "./config:/home/audioserve/.audioserve"
- "/media/audiobooks:/audiobooks"
gives me audioserve-1 exited with code 139 (restarting)
Running on
- Raspi 5 - Debian GNU/Linux 13 64bit / Linux 6.12.47+rpt-rpi-2712
- Docker version 29.0.2, build 8108357
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels