What configuration should I provide in docker-compose.yml to allow a spring boot docker container to connect to a remote database?

后端 未结 0 866
面向向阳花
面向向阳花 2021-01-26 04:57

I try to start 2 containers with the following docker compose file:

version: \'2\'

services:
  client-app:
    image: client-app:latest
    build: ./client-app/D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题