This commit is contained in:
parent
4f1646afc2
commit
f2c7e9a95a
@ -12,7 +12,7 @@ systemd_mounts:
|
||||
type: cifs
|
||||
options:
|
||||
- credentials=/etc/creds/hetzner_credentials
|
||||
- uid= 1024
|
||||
- uid= 100001
|
||||
- gid= 10
|
||||
- vers=3.0
|
||||
- mfsymlinks
|
||||
|
@ -71,7 +71,7 @@ job "torrent" {
|
||||
|
||||
}
|
||||
env {
|
||||
PUID = 1024
|
||||
PUID = 1000001
|
||||
PGID = 984
|
||||
UMASK = 002
|
||||
WEBUI_PORT = "8080"
|
||||
|
@ -41,6 +41,7 @@ job "seedboxsync" {
|
||||
"${USERNAME}@${REMOTE_SERVER}:${REMOTE_PATH}",
|
||||
"/media",
|
||||
"--exclude=seed",
|
||||
"--remove-source-files",
|
||||
"-v"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user