feat: docker调整

This commit is contained in:
caiyuchao
2025-04-15 17:42:20 +08:00
parent 9022b337f1
commit 8fd2325d46
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ services:
# 使用前面创建的Dockerfile构建的镜像
build: .
# 指定容器名(可选)
container_name: wfc-license-serve
container_name: wfc-license-server
# 指定端口映射例如将容器的8080端口映射到主机的8080端口
ports:
- "8070:8070"