Skip to content

Commit

Permalink
Update docker-compose.yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Dec 18, 2021
1 parent 9b65726 commit 86881ba
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions docker-compose.yml
@@ -1,18 +1,20 @@
mysql:
image: "mysql:5.6.38"
ports:
- "13316:3306"
environment:
MYSQL_ROOT_PASSWORD: password
mysql57:
image: "mysql:5.7.20"
ports:
- "13317:3306"
environment:
MYSQL_ROOT_PASSWORD: password
postgres:
image: "postgres:9.5"
ports:
- "15442:5432"
environment:
POSTGRES_PASSWORD: password
version: "3.8"
services:
mysql:
image: "mysql:5.6.38"
ports:
- "13316:3306"
environment:
MYSQL_ROOT_PASSWORD: password
mysql57:
image: "mysql:5.7.20"
ports:
- "13317:3306"
environment:
MYSQL_ROOT_PASSWORD: password
postgres:
image: "postgres:9.5"
ports:
- "15442:5432"
environment:
POSTGRES_PASSWORD: password

0 comments on commit 86881ba

Please sign in to comment.