api-playground/docker-compose.yml

10 lines
174 B
YAML
Raw Normal View History

2023-09-08 00:04:23 +00:00
version: "3"
services:
mockoon:
image: mockoon/cli:latest
ports:
- 3000:3000
volumes:
- ./mockoon-env.json:/data:ro
command: ["--data", "data"]