Fix web container port
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- "9997"
|
||||
ports:
|
||||
- "9997:9997"
|
||||
- "${WEB_SERVER_PORT:-8080}:${WEB_SERVER_PORT:-8080}"
|
||||
- "${WEB_SERVER_PORT:-8080}:8080"
|
||||
environment:
|
||||
- WEB_SERVER_PORT=${WEB_SERVER_PORT}
|
||||
- SPRING_PROFILES_ACTIVE=${SPRING_PROFILES}
|
||||
|
||||
Reference in New Issue
Block a user