Files
license.wfc/docker-compose.yml
2025-04-15 17:42:20 +08:00

13 lines
351 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: '3.8'
services:
wfc-license-serve:
# 使用前面创建的Dockerfile构建的镜像
build: .
# 指定容器名(可选)
container_name: wfc-license-server
# 指定端口映射例如将容器的8080端口映射到主机的8080端口
ports:
- "8070:8070"
volumes:
- ./license:/opt/license