mangadex-home-rs/docker-compose.yml

9 lines
158 B
YAML

version: "3.9"
services:
mangadex-home:
build: .
ports:
- "443:443"
volumes:
- ./cache:/cache
- ./settings.yaml:/settings.yaml