This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
TaskBoard/docker-compose.yml
2020-07-14 15:45:05 -05:00

10 lines
126 B
YAML

version: "3"
services:
taskboard:
image: "taskboard"
build:
context: .
ports:
- "8081:80"