Skip to content

Commit

Permalink
docs(deploying): add background flag to docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn authored Jun 20, 2021
1 parent 45fae71 commit 9bee1b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/whirl/deploying_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ place!

```shell
$ docker run \
> -d \
> -p 8080:80 \
> -p 6650:6650 \
> -p 5673:5673 \
Expand All @@ -25,7 +26,7 @@ $ docker run \
#### Copyable

```shell
docker run -p 8080:80 -p 6650:6650 -p 5673:5673 -v /var/lib/whirl:/.whirl whirlsplash/whirl
docker run -d -p 8080:80 -p 6650:6650 -p 5673:5673 -v /var/lib/whirl:/.whirl whirlsplash/whirl
```

### Notes
Expand Down

0 comments on commit 9bee1b0

Please sign in to comment.