mh_sms/APT.MicroApi/APT.UT.WebApi/docker-compose.yml

16 lines
278 B
YAML
Raw Permalink Normal View History

2024-04-12 16:50:28 +08:00
version: "3.4"
services:
mes_api:
container_name: aptmesapi_ut
build:
network: host
context: .
dockerfile: Dockerfile
restart: always
logging:
driver: "json-file"
options:
max-size: "5g"
ports:
- "3177:8100"