Add docs/portainer-stacks/jdownloader.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
51901634b5
commit
d535a987d9
19
docs/portainer-stacks/jdownloader.md
Normal file
19
docs/portainer-stacks/jdownloader.md
Normal file
@ -0,0 +1,19 @@
|
||||
Portainer Stack:
|
||||
|
||||
```
|
||||
---
|
||||
version: '3.9'
|
||||
services:
|
||||
jdownloader:
|
||||
image: jlesage/jdownloader-2
|
||||
container_name: jdownloader
|
||||
restart: unless-stopped
|
||||
network_mode: STHOPE
|
||||
ports:
|
||||
- 5800:5800
|
||||
volumes:
|
||||
- /home/sthope/docker/jdownloader:/config:rw
|
||||
- /media/htpc/downloads/jdownloader:/output:rw
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user