Skip to content

Commit 4cc8d17

Browse files
fixes windows startup script (#246)
1 parent 35abf5d commit 4cc8d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ docker pull kernai/alfred:v1.8.0
1515
docker run -d --rm ^
1616
--name alfred ^
1717
-v /var/run/docker.sock:/var/run/docker.sock ^
18-
-v %PWD%/refinery:/refinery kernai/alfred:v1.8.0 ^
19-
python start.py %PWD%/refinery %MINIO_ENDPOINT% > nul
18+
-v "%PWD%/refinery:/refinery" kernai/alfred:v1.8.0 ^
19+
python start.py "%PWD%/refinery" %MINIO_ENDPOINT% > nul
2020

2121
docker logs -f alfred
2222

0 commit comments

Comments
 (0)