SunJian/docker-compose.yml

9 lines
130 B
YAML
Raw Permalink Normal View History

2023-12-10 21:53:47 +08:00
services:
api:
build:
context: ./WebApi
dockerfile: Dockerfile
network: host
ports:
- 8080:8080