Skip to content

Commit e0578e0

Browse files
authored
ci: version is obsolete in docker-compose.yml (#1167)
1 parent 05569af commit e0578e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
services:
32
postgres:
43
image: postgres:10
@@ -7,9 +6,10 @@ services:
76
POSTGRES_DB: acts_as_taggable_on
87
POSTGRES_PASSWORD: postgres
98
ports: ['5432:5432']
9+
1010
mysql:
1111
image: mysql:8
1212
environment:
1313
MYSQL_ALLOW_EMPTY_PASSWORD: true
1414
MYSQL_DATABASE: acts_as_taggable_on
15-
ports: ['3306:3306']
15+
ports: ['3306:3306']

0 commit comments

Comments
 (0)