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
Raw Normal View History

2020-06-30 18:48:47 +00:00
---
version: "3.8"
services:
magic-app:
build: ./
ports:
- "5000:5000"
2020-06-30 19:03:46 +00:00
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"