rural-dict/docker-compose.yml

10 lines
163 B
YAML

version: "3"
services:
rural-dict:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "127.0.0.1:8080:8080"