fix: 修改容器名称

This commit is contained in:
chenwj113 2023-05-25 17:01:56 +08:00
parent a86564b573
commit aa1ade9e79
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
version: "3.5" version: "3.5"
services: services:
wx_app_backend: wx_backend_py:
build: . build: .
image: "wx_app_backend" image: "wx_backend_py"
container_name: "wx_app_backend" container_name: "wx_backend_py"
restart: always restart: always
ports: ports:
- "18000:8000" - "18000:8000"