Uploading Everything
Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
9
JDownloader/docker-compose.yml
Normal file
9
JDownloader/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
jdownloader-2:
|
||||
image: jlesage/jdownloader-2
|
||||
ports:
|
||||
- "5800:5800"
|
||||
volumes:
|
||||
- C:\Docker\AppData\jdownloader\config:/config:rw
|
||||
- C:\Users\MohandL3G\Downloads\Jdownloader:/output:rw
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user