update dockercompose.yaml.

Signed-off-by: 六翼羊王 <1993333339@qq.com>
This commit is contained in:
六翼羊王
2023-05-07 09:26:01 +00:00
committed by Gitee
parent 1cf2a6a2e2
commit 7ce0e0192e
+1 -1
View File
@@ -19,7 +19,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "5000:5000" - "8000:8000"
depends_on: depends_on:
- redis - redis
- mysql - mysql