1
0
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:
Ivar Conradi Østhus 2021-03-12 13:04:10 +01:00 committed by GitHub
parent 4006703526
commit c194bea99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ unleash -d postgres://unleash_user:password@localhost:5432/unleash -p 4242
#### Manually
1. Create a network by running `docker create network unleash`
1. Create a network by running `docker network create unleash`
2. Run
```sh