test
This commit is contained in:
parent
80d1647b58
commit
ca14a8ce6c
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
image = "docker.io/fredliang/derper";
|
||||
environment = {
|
||||
DERP_ADDR = ":1443";
|
||||
DERP_CERT_DIR = "/app/certs";
|
||||
DERP_CERT_MODE = "manual";
|
||||
DERP_DOMAIN = "sysctl.io";
|
||||
DERP_CERT_DIR = "/app/certs-temp";
|
||||
DERP_CERT_MODE = "letsencrypt";
|
||||
DERP_DOMAIN = "milan.sysctl.io";
|
||||
DERP_STUN = "true";
|
||||
};
|
||||
volumes = [
|
||||
|
|
Loading…
Reference in a new issue