This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/compose.yml

11 lines
153 B
YAML

---
version: "3.8"
services:
magic-app:
build: ./
ports:
- "5000:5000"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"