Sha256: 24d1af38da40f91375947366d983430923a2fa4e1265a6f0137e698becb456d8
Contents?: true
Size: 212 Bytes
Versions: 8
Compression:
Stored size: 212 Bytes
Contents
mysql: image: "mysql:5.6" ports: - "3306:3306" environment: MYSQL_ROOT_PASSWORD: password postgres: image: "postgres:9.4" ports: - "5432:5432" environment: POSTGRES_PASSWORD: password
Version data entries
8 entries across 8 versions & 1 rubygems