mirror of
https://github.com/simon987/toolbox.git
synced 2025-04-03 07:43:00 +00:00
update redis hostname
This commit is contained in:
parent
46450cbfd3
commit
372adc4c30
@ -14,7 +14,7 @@ from fastapi.params import Form
|
||||
from starlette.responses import Response
|
||||
|
||||
app = FastAPI()
|
||||
rdb = redis.Redis()
|
||||
rdb = redis.Redis(host="redis")
|
||||
|
||||
|
||||
@app.get("/")
|
||||
|
Loading…
x
Reference in New Issue
Block a user