From bd7ef29be49f78624816d8c146096ac509b9ce9d Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Mon, 29 Jun 2020 08:15:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 538b2d5..200205b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ docker run --name softioc -it -v /some/where/else:/db softioc -m user=pklaus -d **Note**: Docker security measures may prevent bind mounts. On Windows for example you must navigate to Settings > File Sharing then authorize the directory to mount. ### Docker Compose -You can use a pre-built image from [DockerHub](https://hub.docker.com/r/slominskir/softioc). For example in your own project you could use Docker Compose to specify a softioc like so: +You can use a pre-built image from [DockerHub](https://hub.docker.com/r/slominskir/softioc). For example in your own project you could specify a softioc like so: ``` services: softioc: