Skip to content

Commit 3d49e42

Browse files
committed
Fixed docker as daemon
1 parent 0b50af0 commit 3d49e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mDB_DIR=$(shell pwd)/_db-$(mV)
55

66
start_db:
77
@echo Starting MySQL $(V)
8-
docker run --rm --name spatial-mysql \
8+
docker run --rm -d --name spatial-mysql \
99
-p 3306:3306 \
1010
-v $(DB_DIR):/var/lib/mysql \
1111
-e MYSQL_DATABASE=spatial_test \

0 commit comments

Comments
 (0)