check if code in table is working

master
TiynGER 4 years ago
parent 9ba0e1908a
commit 0b7e2aa41b

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

Loading…
Cancel
Save