mirror of
https://github.com/Indian-Techie09/docker-media-server.git
synced 2026-04-02 18:58:49 +00:00
7 lines
156 B
Bash
7 lines
156 B
Bash
PUID=1000
|
|
PGID=1000
|
|
TZ="your/tz"
|
|
USERDIR="/home/$USER"
|
|
DOCKERDIR="/home/$USER/docker"
|
|
DATADIR="path/to/data" #where you want ur media make sure it is empty
|