Fixed broken avatar image style

This commit is contained in:
2022-04-09 21:32:42 +08:00
parent b0ecbe42c3
commit 6f3d85c7a8
3 changed files with 8 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ services:
context: ../
dockerfile: windows/app/Dockerfile
environment:
DEBUG: "1"
REDIS_CONN: redis://:@redis:6379/9
command: [ "python", "main.py" ] # [ "ping", "127.0.0.1", "-n", "9999" ]
depends_on: