You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
When I use only one docker-compose.yml up several different test environment.
docker-compose -p test --x-networking --x-network-driver overlay up -d
docker-compose -p test1 --x-networking --x-network-driver overlay up -d
WARNING:
"tomcat" defines links, which are not compatible with Docker networking and will be ignored.
Future versions of Docker will not support links - you should remove them for forwards-compatibility。
Hi:
When I use only one docker-compose.yml up several different test environment.
My application config jdbc://db:3306
docker-compose.yml
So container tomcat's hosts doesn't hava db alias, and it's test_mysql_1 test1_mysql_1,they are dynamic. I can's config.
When I use x-networking,How to make an alias?
The text was updated successfully, but these errors were encountered: