Skip to content

Commit

Permalink
Fix docker image name. (obsidian-tasks-group#648)
Browse files Browse the repository at this point in the history
This enables docker_start to run on my Mac. See obsidian-tasks-group#647.
  • Loading branch information
claremacrae authored May 7, 2022
1 parent 7a49f02 commit e00d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker_start
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ docker run --rm \
-it \
--volume "$PWD:/docs:Z" \
--publish 4000:4000 \
"localhost/${TAG}"
"${TAG}"

0 comments on commit e00d6e7

Please sign in to comment.