20 lines
354 B
Plaintext
20 lines
354 B
Plaintext
[Unit]
|
|
Description=Jackett Proxy Server
|
|
|
|
[Container]
|
|
ContainerName=jackett
|
|
Image=lscr.io/linuxserver/jackett:latest
|
|
#AutoUpdate=registry
|
|
Pod=byparr-jackett.pod
|
|
#PublishPort=9117:9117
|
|
Volume=jackett-data:/config
|
|
Volume=/media/CONTAINER/Downloads:/downloads
|
|
EnvironmentFile=jackett.env
|
|
|
|
|
|
[Service]
|
|
Restart=unless-stopped
|
|
|
|
[Install]
|
|
WantedBy=default.target
|