mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Add docker-compose.yml
This commit is contained in:
parent
d9fb96c08d
commit
e98ed4e3b6
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
mdclient:
|
||||||
|
image: openjdk:11.0.7-jre
|
||||||
|
ports:
|
||||||
|
- 8843:8843
|
||||||
|
volumes:
|
||||||
|
- ".:/app"
|
||||||
|
working_dir: /app
|
||||||
|
command: java -jar mangadex_at_home-1.0.0-rc4-all.jar settings.json
|
Loading…
Reference in a new issue