Files
imap-copier/Caddyfile
T

6 lines
122 B
Caddyfile

# Default profile: plain HTTP on :80, no TLS termination.
# Used by: docker compose up -d
:80 {
reverse_proxy app:8080
}