From e23f053b89e0e4680a29630b79097afcec05a48e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 22:59:37 +0100 Subject: [PATCH] http ports: 8080:80, not 8080:8080 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 539ee3f..812c70a 100644 --- a/compose.yml +++ b/compose.yml @@ -15,7 +15,7 @@ services: env_file: - .env ports: - - "8080:8080" + - "8080:80" smtp: image: git.joeac.net/joeac/joeac.net-smtp