mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 18:47:45 +02:00
check if code in table is working
This commit is contained in:
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.
|
||||
|
||||
| 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user