pinafore/docker-compose.yml
Alex a4820a2792
feat: Docker compose (#1767)
* Added docker-compose.yml file to replace Dockerfile.

* Added instruction in the README.md on starting the docker-compose build.
2020-05-07 19:45:52 -07:00

12 lines
180 B
YAML

---
version: "3"
services:
pinafore:
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
image: pinafore:latest
ports:
- 4002:4002