fix: correct port mapping in docker-compose.yml for vendaweb-api
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 46s
Details
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 46s
Details
This commit is contained in:
parent
d5fa17151f
commit
0084a162f7
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: 10.1.1.124:8082/library/vendaweb-api:latest
|
||||
command: npm run start:prod
|
||||
ports:
|
||||
- "8066:8065"
|
||||
- "8066:8066"
|
||||
networks:
|
||||
- juru-network
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue