Skip to content

Commit 18eb822

Browse files
author
Bas Alberts
committed
Fix logs mount for docker run script
1 parent 578d9fc commit 18eb822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -f ".env" ]; then
55
fi
66
docker run \
77
--volume /var/run/docker.sock:/var/run/docker.sock \
8-
--volume logs:/app/logs \
8+
--volume ./logs:/app/logs \
99
--mount type=bind,src=.env,dst=/app/.env,ro \
1010
${MY_DATA:+--mount type=bind,src=$MY_DATA,dst=/app/my_data} \
1111
${MY_TASKFLOWS:+--mount type=bind,src=$MY_TASKFLOWS,dst=/app/taskflows/my_taskflows,ro} \

0 commit comments

Comments
 (0)