mangadex-home-rs/docker-compose.yml

9 lines
158 B
YAML
Raw Permalink Normal View History

2021-07-19 01:36:54 +00:00
version: "3.9"
services:
mangadex-home:
build: .
ports:
- "443:443"
volumes:
- ./cache:/cache
- ./settings.yaml:/settings.yaml