Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站有一个单独的管理项目。两者都连接到同一个数据库。
如何让这个在本地工作,所以当我sail up在管理项目中运行时,它不会尝试为数据库创建新容器。我想连接到我的主应用程序连接到的同一个数据库。我不需要两个项目在本地同时运行。
sail up
您只需要将两个应用程序都纳入同一个网络https://docs.docker.com/compose/networking/
这个答案告诉你如何