Add HOST_PORT configuration to .env.example and update docker-compose and README
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
build: .
|
||||
container_name: tk-newsletter-admin
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "${HOST_PORT:-8080}:8000"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user