itfx/docker-compose.yml
2025-06-19 03:40:33 +08:00

11 lines
254 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.

services:
interfaceforward_api:
image: interfaceforward_api:latest
# docker swarm 不支持build要在本地先打镜像
# build:
# context: .
# dockerfile: src/InterfaceForward.Api/Dockerfile
ports:
- "8888:8888"