mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: fix typo in docker network create
This commit is contained in:
parent
4006703526
commit
c194bea99b
@ -74,7 +74,7 @@ unleash -d postgres://unleash_user:password@localhost:5432/unleash -p 4242
|
|||||||
|
|
||||||
#### Manually
|
#### Manually
|
||||||
|
|
||||||
1. Create a network by running `docker create network unleash`
|
1. Create a network by running `docker network create unleash`
|
||||||
2. Run
|
2. Run
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user