Skip to content

Commit

Permalink
Don't detach docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Dec 6, 2021
1 parent fd2f9ec commit e8853f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories are stored in the `/soft-serve` directory, so you’ll likely want
to mount that directory as a volume in order keep your repositories backed up.

```sh
docker run -d \
docker run \
--name=soft-seve \
--volume /path/to/data:/soft-serve \
--publish 23231:23231 \
Expand Down

0 comments on commit e8853f8

Please sign in to comment.