diff --git a/README.md b/README.md index d23dc7f..7998d87 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ services: restart: unless-stopped ports: - "8080:8080" # The Admin Panel & Web UI - - "8000:8000" # The Icecast Audio Stream volumes: - ./data:/data environment: @@ -61,7 +60,6 @@ If you prefer the command line over YAML: docker run -d \ --name navifm \ -p 8080:8080 \ - -p 8000:8000 \ -v ./data:/data \ -e DATA_DIR=/data \ -e TZ=America/New_York \ @@ -84,7 +82,7 @@ docker run -d \ 1. **Setup:** On first boot, you'll visit the Web UI and link your Navidrome server. 2. **Analysis:** The background worker pulls 200 random tracks and runs them through an audio analyzer. (It waits patiently until at least 10 tracks are analyzed before starting the radio to prevent queue looping.) 3. **Broadcasting:** The backend feeds the smartest next track into Liquidsoap, which encodes it and pumps it out to Icecast. -4. **Listening:** Tune in via the web player, VLC, or any internet radio app pointing to `http://your-server:8000/radio`. +4. **Listening:** Tune in via the web player, VLC, or any internet radio app pointing to `http://your-server:8080/stream`. ---