answer/docker-compose.yaml

8 lines
127 B
YAML
Raw Normal View History

2022-09-27 17:59:05 +08:00
version: "3"
services:
answer:
build:
context: .
image: github.com/segmentfault/answer
restart: on-failure