项目作者: mommaroodles

项目描述 :
A simple Docker Compose to install WordPress, mySQL, phpMyadmin
高级语言:
项目地址: git://github.com/mommaroodles/myprojects.git
创建时间: 2019-01-06T19:32:59Z
项目社区:https://github.com/mommaroodles/myprojects

开源协议:The Unlicense

下载


myprojects

A simple Docker Compose to install WordPress, mySQL, phpMyadmin

networks:
overlay2:
name: myproject

The overlay network driver is primarily used in Docker Swarm mode to enable communication between containers running on different Docker hosts. It allows you to create a multi-host network, which is useful for scaling applications across multiple machines.