fix: 修改容器名称
This commit is contained in:
parent
a86564b573
commit
aa1ade9e79
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue