Files
swagger-api/swagger-MainUI/swagger-ui/docker-compose.yml
T
2023-01-03 00:04:38 +00:00

14 lines
218 B
YAML

version: '3'
services:
swaggerui:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 8088:8080
# environment:
# - CHOKIDAR_USEPOLLING=true
volumes:
src: