diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 22:59:37 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 22:59:37 +0100 |
| commit | e23f053b89e0e4680a29630b79097afcec05a48e (patch) | |
| tree | 4932e2d770eaa30a60e49f0388687794fdebb0ef | |
| parent | ddc416a45add09877ee3d50f1f43d5041a452db1 (diff) | |
http ports: 8080:80, not 8080:8080
| -rw-r--r-- | compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
