1
0
Fork 0
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:
Nebel 2022-05-30 00:37:26 +09:00
parent c385f50e0e
commit 4ad98cd484
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
{
admin 0.0.0.0:2019
acme_ca https://acme.zerossl.com/v2/DV90
email kou029w@gmail.com
}