Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir authored Jun 29, 2020
1 parent b678d00 commit bd7ef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd7ef29

Please sign in to comment.