Update health check URL and adjust app port mapping in Docker configuration
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8080:8000"
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user