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
|
image: 10.1.1.124:8082/library/vendaweb-api:latest
|
||||||
command: npm run start:prod
|
command: npm run start:prod
|
||||||
ports:
|
ports:
|
||||||
- "8066:8065"
|
- "8066:8066"
|
||||||
networks:
|
networks:
|
||||||
- juru-network
|
- juru-network
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue