fix: Nginx port 8281 mapping restored
This commit is contained in:
@@ -46,7 +46,8 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
- "8282:8282"
|
- "8281:8281"
|
||||||
|
- "8282:8282"
|
||||||
- "8283:8283"
|
- "8283:8283"
|
||||||
- "8284:8284"
|
- "8284:8284"
|
||||||
- "8285:8285"
|
- "8285:8285"
|
||||||
@@ -275,3 +276,4 @@ services:
|
|||||||
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
|
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user