Sha256: 7bf5488144e46792fcbb853f0869c3556c6bba949fa025ff9a90e80dcebea814

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

version: "2"
services:
  mysql56:
    ports:
      - "10056:3306"
    image: "mysql:5.6"
    environment:
      - MYSQL_ALLOW_EMPTY_PASSWORD=1
  mysql57:
    ports:
      - "10057:3306"
    image: "mysql:5.7"
    environment:
      - MYSQL_ALLOW_EMPTY_PASSWORD=1
  mysql80:
    ports:
      - "10080:3306"
    image: "mysql:8.0"
    environment:
      - MYSQL_ALLOW_EMPTY_PASSWORD=1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
armg-0.11.0 docker-compose.yml