Skip to content

Commit 813f31a

Browse files
committed
removed docker compose
1 parent c532c8f commit 813f31a

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff 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
3534
1. 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
6746
This is also available via the unraid community application store. Search for `KOReaderPyLink`.
6847

docker-compose.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)