Skip to content

Commit 93985d5

Browse files
authored
Merge pull request #26 from puken-dagobert/puken-dagobert-patch-18
Create docker-run.md
2 parents 508749f + 72934ef commit 93985d5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

commands/mylar3/docker-run.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
repo: "https://github.com/mylar3/mylar3"
3+
category: "eBook"
4+
logo: null # Optional - provide URL to logo if available, 1:1 format only
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run -d \
11+
-e PUID=1000 \
12+
-e PGID=1000 \
13+
-e TZ=Etc/UTC \
14+
-p 8090:8090 \
15+
-v ./mylar3-comics:/comics \
16+
--restart unless-stopped \
17+
lscr.io/linuxserver/mylar3:latest
18+
```

0 commit comments

Comments
 (0)