You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
## Features of this example
3
3
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.
4
4
## 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
6
6
## Accessing the API itself and swagger docs for the API
7
7
- Once you launch the API it will be accessible on port 8000.
8
8
- Swagger docs for the API will be accessible locally via URI "**http://localhost:8000/api**"
0 commit comments