mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
admin listen address to 127.0.0.1:2019
This commit is contained in:
parent
c385f50e0e
commit
4ad98cd484
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "2019:2019"
|
||||
- "127.0.0.1:2019:2019"
|
||||
volumes:
|
||||
- ./etc/caddy:/etc/caddy
|
||||
- ./srv:/srv
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
admin 0.0.0.0:2019
|
||||
acme_ca https://acme.zerossl.com/v2/DV90
|
||||
email kou029w@gmail.com
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue