fix: bug
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
services:
|
||||
x2wechat:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
# 海外 PyPI 可改为 https://pypi.org/simple
|
||||
PIP_INDEX_URL: https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
# 拉 python 镜像慢时取消下一行注释(DaoCloud 同步 Docker Hub)
|
||||
# PY_BASE: docker.m.daocloud.io/library/python:3.11-slim
|
||||
container_name: x2wechat-studio
|
||||
ports:
|
||||
- "18000:8000"
|
||||
|
||||
Reference in New Issue
Block a user