We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6151451 commit de321f5Copy full SHA for de321f5
1 file changed
README.md
@@ -46,6 +46,13 @@ Using Docker:
46
docker build -t fastapi-devops .
47
docker run -p 8000:8000 -e DB_USERNAME=your_username -e DB_PASSWORD=your_password -e DB_HOST=your_host -e DB_NAME=your_db_name fastapi-devops
48
49
+#Video with the answer to project 4:
50
+## https://www.youtube.com/watch?v=03fnj4TSAwI
51
+
52
53
54
55
56
Contributing
57
------------
58
0 commit comments