We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0421964 commit 5984457Copy full SHA for 5984457
docker-compose.yml
@@ -0,0 +1,10 @@
1
+version: '3.3'
2
+services:
3
+ db:
4
+ image: mysql:5.7
5
+ ports:
6
+ - "3306:3306"
7
+ environment:
8
+ MYSQL_DATABASE: 'spatial_test'
9
+ MYSQL_ROOT_PASSWORD: ''
10
+ MYSQL_ALLOW_EMPTY_PASSWORD: 1
0 commit comments