These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.2 KiB

  1. # Airsonic
  2. This is a dockerized version of a airsonic server.
  3. The official container and documentation was made by [linuxserver](https://hub.docker.com/r/linuxserver/airsonic).
  4. ## Environment-variables
  5. Set the following variables with the -e tag.
  6. | Name | Usage | Default |
  7. | ---- | -------- | ------- |
  8. | PUID | UserID | |
  9. | PGID | GroupID | |
  10. | TZ | Timezone | |
  11. ## Volumes
  12. Set the following volumes with the -v tag.
  13. | Volume-Name | Container mount | Description |
  14. | ---------------- | --------------- | ----------------------- |
  15. | airsonic_config | /config | Configuration files |
  16. | airsonic_media | /media | Various other media |
  17. | media_playlists | /playlists | Location for playlists |
  18. | media_music | /music | Location for music |
  19. | media_audiobooks | /audiobooks | Location for audiobooks |
  20. | media_podcasts | /podcasts | location for podcasts |
  21. ## Ports
  22. Set the following ports with the -p tag.
  23. | Container Port | Recommended outside port | Protocol | Description |
  24. | -------------- | ------------------------ | -------- | ----------- |
  25. | 4040 | 4040 | TCP | WebUI |