This commit is contained in:
dzj 2023-11-04 13:42:50 +08:00
parent b802b17f0d
commit cff2fc461f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
networks:
- y9-share-net
ports:
- "17055:7056"
- "7056:7056"
environment:
server.port: 7056
server.servlet.context-path: '/demo01'

View File

@ -11,7 +11,7 @@ services:
networks:
- y9-share-net
ports:
- "27055:7057"
- "7057:7057"
environment:
server.port: 7057
server.servlet.context-path: '/demo01'