We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05569af commit e0578e0Copy full SHA for e0578e0
1 file changed
docker-compose.yml
@@ -1,4 +1,3 @@
1
-version: '3.9'
2
services:
3
postgres:
4
image: postgres:10
@@ -7,9 +6,10 @@ services:
7
6
POSTGRES_DB: acts_as_taggable_on
8
POSTGRES_PASSWORD: postgres
9
ports: ['5432:5432']
+
10
mysql:
11
image: mysql:8
12
environment:
13
MYSQL_ALLOW_EMPTY_PASSWORD: true
14
MYSQL_DATABASE: acts_as_taggable_on
15
- ports: ['3306:3306']
+ ports: ['3306:3306']
0 commit comments