Add HOST_PORT configuration to .env.example and update docker-compose and README

This commit is contained in:
smueller
2026-07-03 11:40:11 +02:00
parent 146d398ecb
commit 995740937e
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ services:
build: .
container_name: tk-newsletter-admin
ports:
- "8000:8000"
- "${HOST_PORT:-8080}:8000"
env_file:
- .env
volumes: