This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| audioserve [2021/10/04 10:54] – alexk7110 | audioserve [2025/08/19 14:40] (current) – removed alexk7110 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Audioserve Troubleshooting ====== | + | |
| - | <code yaml docker-compose.yml> | + | |
| - | --- | + | |
| - | services: | + | |
| - | audioserve: | + | |
| - | image: izderadicka/ | + | |
| - | environment: | + | |
| - | - PUID=1000 | + | |
| - | - PGID=1000 | + | |
| - | - AUDIOSERVE_SHARED_SECRET=**YourPasswordGoesHere** | + | |
| - | - VIRTUAL_HOST=yourdomaingoeshere.lan: | + | |
| - | command: --search-cache / | + | |
| - | volumes: | + | |
| - | - ./ | + | |
| - | - ./ | + | |
| - | ports: | + | |
| - | - 3000:3000 | + | |
| - | restart: unless-stopped | + | |
| - | </ | + | |