hj
This commit is contained in:
parent
9109368e13
commit
56d40994e3
1 changed files with 9 additions and 1 deletions
10
kopia.yaml
10
kopia.yaml
|
|
@ -14,7 +14,15 @@ services:
|
|||
KOPIA_PASSWORD: F@lcon13
|
||||
KOPIA_SERVER_USERNAME: admin
|
||||
KOPIA_SERVER_PASSWORD: F@lcon13
|
||||
command: server start --address=0.0.0.0:51515 --disable-csrf-token-checks --insecure
|
||||
command:
|
||||
- server
|
||||
- start
|
||||
- --tls-generate-cert
|
||||
- --tls-cert-file=/app/cert/my.cert
|
||||
- --tls-key-file=/app/cert/my.key
|
||||
- --address=0.0.0.0:51515
|
||||
- --server-username=admin
|
||||
- --server-password=F@lcon13
|
||||
volumes:
|
||||
- /DockerVol/kopia/config:/app/config
|
||||
- /DockerVol/kopia/cache:/app/cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue