This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/jdownloader/docker-compose.yml

18 lines
493 B
YAML
Raw Normal View History

2022-02-28 11:38:56 +01:00
version: "3"
services:
jdownloader:
2022-02-28 12:09:24 +01:00
image: jaymoulin/jdownloader@sha256:dcca7602fb8dae1e4f14b272d553219964be3d4bc957e35a6ad300067ccfccac #2.0.3-amd64
restart: always
user: 1000:100
volumes:
- ./config:/opt/JDownloader/app/cfg
2022-02-28 13:21:23 +01:00
- /mnt/downloads:/opt/JDownloader/app/Downloads
2022-02-28 12:09:24 +01:00
- ./logs:/opt/JDownloader/app/logs #optional
- /etc/localtime:/etc/localtime:ro #optional
environment:
- MYJD_USER
- MYJD_PASSWORD
ports:
- 3129:3129