Added docker-compose file
This commit is contained in:
parent
5aa72e9821
commit
b04fac9b01
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
mangadex-home:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "443:443"
|
||||||
|
volumes:
|
||||||
|
- ./cache:/cache
|
||||||
|
- ./settings.yaml:/settings.yaml
|
Loading…
Reference in a new issue