File tree Expand file tree Collapse file tree 2 files changed +0
-33
lines changed
Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ Set to True (enabled) by default.
2929
3030### Prerequisites
3131- Install [ Docker] ( https://docs.docker.com/get-docker/ )
32- - Install [ Docker Compose] ( https://docs.docker.com/compose/install/ ) (optional)
3332
3433### Steps
35341 . Clone the repository:
@@ -43,26 +42,6 @@ Set to True (enabled) by default.
4342 docker run -d -v $( pwd) /data:/app/data -p 8081:8081 --name koreaderpylink -e RECEIVE_RANDOM_DEVICE_ID=" False" -e OPEN_REGISTRATIONS=" True" koreaderpylink
4443 ```
4544
46- ### Using Docker Compose (Optional)
47- 1 . Copy ` docker-compose.yml ` (if provided) or create one:
48- ``` yaml
49- version : ' 3'
50- services :
51- koreaderpylink :
52- build : .
53- ports :
54- - " 8081:8081"
55- volumes :
56- - ./data:/app/data
57- environment :
58- - RECEIVE_RANDOM_DEVICE_ID=False
59- - OPEN_REGISTRATIONS=True
60- ` ` `
61- 2. Start the service:
62- ` ` ` sh
63- docker-compose up -d
64- ```
65-
6645### Installing through Unraid Template
6746This is also available via the unraid community application store. Search for ` KOReaderPyLink ` .
6847
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments