mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-17 00:22:32 +01: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 New Issue
Block a user