diff --git a/apps/erp-integration/docker-compose.json b/apps/erp-integration/docker-compose.json index b9f49df..9641496 100644 --- a/apps/erp-integration/docker-compose.json +++ b/apps/erp-integration/docker-compose.json @@ -62,7 +62,13 @@ "interval": "30s", "timeout": "10s", "retries": 3 - } + }, + "addPorts": [ + { + "containerPort": 8001, + "hostPort": 8001 + } + ] } ] }