mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 06:22:41 +00:00
11 lines
No EOL
469 B
YAML
11 lines
No EOL
469 B
YAML
services:
|
|
sldl:
|
|
build:
|
|
context: .
|
|
environment:
|
|
- TZ=Etc/GMT # Specify timezone from TZ Database name found here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
#- PUID=1000 # recommended if running docker on linux host, see main README Docker setup instructions
|
|
#- PGID=1000 # recommended if running docker on linux host, see main README Docker setup instructions
|
|
volumes:
|
|
- ./config:/config
|
|
- ./data:/data |