АК
Size: a a a
АК
KK
GG
GG
KK
GG
GG
GG
KK
GG
GG
KK
GG
GG
KK
KK
ДМ
ports:
- target: '${API_PORT}'
published: 5000
protocol: tcp
mode: ingress
docker-compose -f /compose/docker-compose.yml config
services.web.ports.target contains "${API_PORT}", which is an invalid type, it should be an integer
GG
GG
ports:
- target: '${API_PORT}'
published: 5000
protocol: tcp
mode: ingress
docker-compose -f /compose/docker-compose.yml config
services.web.ports.target contains "${API_PORT}", which is an invalid type, it should be an integer
GG