Skip to content

Commit fd8771f

Browse files
author
Denis Bashkatov
authored
Update README.md
1 parent cbda6a2 commit fd8771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Features of this example
33
This example is basically an API for some task manager application. It provides a possibility to perform sign up users, confirm user's emails, manage user's tasks.
44
## Running the example with docker-compose
5-
Execute `cp .env.example .env && docker-compose up -d` from the root of the repository
5+
Execute `docker network create infrastructure && cp .env.example .env && docker-compose up -d` from the root of the repository
66
## Accessing the API itself and swagger docs for the API
77
- Once you launch the API it will be accessible on port 8000.
88
- Swagger docs for the API will be accessible locally via URI "**http://localhost:8000/api**"

0 commit comments

Comments
 (0)