Hi,
When I have 2 databases as below,
services:
- name: mysql:latest
alias: mysql-1
- name: mysql:latest
alias: mysql-2
What is the host for mysql-1 and the host for mysql-2?
It seems that I have only one host called mysql. If that’s the case, how can I access the 2 different databases?
Any help is appreciated.