acmedir to turn on local acme in gitweb docker
This commit is contained in:
parent
ef4ee24e4a
commit
c09885aa2b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class md_repo_server($hostname) {
|
|||
imagetag => 'latest',
|
||||
volumes => ['/etc/dehydrated:/etc/dehydrated','/home/git:/home/git'],
|
||||
ports => ['443:443','80:80'],
|
||||
env => ["HOSTNAME=$hostname","KEYDIR=/etc/dehydrated"]
|
||||
env => ["HOSTNAME=$hostname","ACMEDIR=/etc/dehydrated","KEYDIR=/etc/dehydrated"]
|
||||
} ->
|
||||
class {'webserver': } ->
|
||||
class {'https_server': }
|
||||
|
|
Loading…
Add table
Reference in a new issue