Skip to content

Commit 41becf5

Browse files
committed
📩 consolidate stalwart caddy ports
1 parent a6fb24b commit 41becf5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mail.krajnc.cc:587 {
4444

4545
mailadmin.krajnc.cc {
4646
handle {
47-
reverse_proxy stalwart:8060
47+
reverse_proxy stalwart:8080
4848
}
4949
encode gzip
5050
}

docker-compose.prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ services:
117117
- "587" # Submission (SMTP/TLS)
118118
- "993" # IMAPS
119119
- "995" # POP3S
120-
ports:
121-
- "8060:8080" # Admin GUI
120+
- "8080" # Admin GUI
122121
networks:
123122
- email_network
124123
volumes:

0 commit comments

Comments
 (0)