1
0
Fork 1
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:
Sergei Iakhnitskii 2020-06-08 17:17:05 +00:00
parent d9fb96c08d
commit e98ed4e3b6

10
docker-compose.yml Normal file
View 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