feat: add server listen address configuration to .env and README

This commit is contained in:
Linus Rath
2026-03-17 14:58:12 +01:00
parent 6e78f2a09e
commit 6680b65863
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -3,6 +3,9 @@ services:
image: ghcr.io/bulwarkmail/webmail:latest
ports:
- "3000:3000"
environment:
- HOSTNAME=0.0.0.0 # Use "::" for IPv6
- PORT=3000
env_file:
- .env.local
healthcheck: