Skip to content

Commit

Permalink
Merge pull request #1213 from Clivern/patch-1
Browse files Browse the repository at this point in the history
docs: update docker commands to start containers in detached mode
  • Loading branch information
thomasheartman committed Jan 3, 2022
2 parents c0ee93f + 391fc84 commit ea06f49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -129,7 +129,12 @@ The are numbers of ways you can run Unleash.

### Run from Docker

1. Create a network by running docker network create unleash
1. Create a network by running the following command:

```sh
docker network create unleash
```

2. Start a postgres database:

```sh
Expand Down

1 comment on commit ea06f49

@vercel
Copy link

@vercel vercel bot commented on ea06f49 Jan 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.