We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb24b commit 41becf5Copy full SHA for 41becf5
Caddyfile
@@ -44,7 +44,7 @@ mail.krajnc.cc:587 {
44
45
mailadmin.krajnc.cc {
46
handle {
47
- reverse_proxy stalwart:8060
+ reverse_proxy stalwart:8080
48
}
49
encode gzip
50
docker-compose.prod.yml
@@ -117,8 +117,7 @@ services:
117
- "587" # Submission (SMTP/TLS)
118
- "993" # IMAPS
119
- "995" # POP3S
120
- ports:
121
- - "8060:8080" # Admin GUI
+ - "8080" # Admin GUI
122
networks:
123
- email_network
124
volumes:
0 commit comments