Update README.md
All checks were successful
Test web app / Check syntax (push) Successful in 10s
Test web app / Test server with Flask Dev Mode (push) Successful in 16s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 16s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 22s

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-03-28 17:30:41 -07:00
parent b717ef6cec
commit 8ebc05b6b6

View file

@ -23,5 +23,5 @@ services:
ports:
- 2009:2009/tcp
volumes:
- ./certs:/app/certs
- ./certs:/root/certs
```