刚开始在这里的Docker 所以我在docker-compose.yml中得到了这个 version: '3.3' services: db: image: mysql:5.7 volumes: - db_data:/var/lib/mysql restart: always environment: MYSQL_ROOT_PASSWORD: somewordpress ...
Docker Compose is a tool for defining and running multi-container Docker applications. In other words, if you have a need to define a service that requires more than ...