|
|
|
@ -11,23 +11,23 @@ The official container and documentation was made by [linuxserver](https://hub.d
|
|
|
|
|
Set the following variables with the -e tag.
|
|
|
|
|
|
|
|
|
|
| Name | Usage | Default |
|
|
|
|
|
| ---- | -------- | ------- |
|
|
|
|
|
| PUID | UserID | |
|
|
|
|
|
| PGID | GroupID | |
|
|
|
|
|
| TZ | Timezone | |
|
|
|
|
|
| ------ | -------- | ------- |
|
|
|
|
|
| `PUID` | UserID | |
|
|
|
|
|
| `PGID` | GroupID | |
|
|
|
|
|
| `TZ` | Timezone | |
|
|
|
|
|
|
|
|
|
|
#### Volumes
|
|
|
|
|
|
|
|
|
|
Set the following volumes with the -v tag.
|
|
|
|
|
|
|
|
|
|
| Volume-Name | Container mount | Description |
|
|
|
|
|
| ---------------- | --------------- | ----------------------- |
|
|
|
|
|
| airsonic\_config | /config | Configuration files |
|
|
|
|
|
| airsonic\_media | /media | Various other media |
|
|
|
|
|
| media\_playlists | /playlists | Location for playlists |
|
|
|
|
|
| media\_music | /music | Location for music |
|
|
|
|
|
| media\_audiobooks | /audiobooks | Location for audiobooks |
|
|
|
|
|
| media\_podcasts | /podcasts | location for podcasts |
|
|
|
|
|
| ------------------ | --------------- | ----------------------- |
|
|
|
|
|
| `airsonic_config` | /config | Configuration files |
|
|
|
|
|
| `airsonic_media` | /media | Various other media |
|
|
|
|
|
| `media_playlists` | /playlists | Location for playlists |
|
|
|
|
|
| `media_music` | /music | Location for music |
|
|
|
|
|
| `media_audiobooks` | /audiobooks | Location for audiobooks |
|
|
|
|
|
| `media_podcasts` | /podcasts | location for podcasts |
|
|
|
|
|
|
|
|
|
|
#### Ports
|
|
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ Set the following ports with the -p tag.
|
|
|
|
|
|
|
|
|
|
#### Rebuild
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
```shell
|
|
|
|
|
#!/bin/sh
|
|
|
|
|
docker stop airsonic
|
|
|
|
|
docker rm airsonic
|
|
|
|
|