22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
[Unit]
|
|
Description=Pairdrop container
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=pairdrop
|
|
Environment=DEBUG_MODE=false
|
|
Environment=RATE_LIMIT=false
|
|
Environment=TZ=Europe/Zurich
|
|
Environment=WS_FALLBACK=false
|
|
Image=lscr.io/linuxserver/pairdrop:latest
|
|
Pod=pairdrop.pod
|
|
ReadOnly=true
|
|
StartWithPod=true
|
|
Timezone=Europe/Zurich
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|