Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 736b1c6

Browse files
authored
chore(docs):fixed docker.md (#45)
2 parents 3be5096 + 2076b53 commit 736b1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note: The official OpenList Docker image has not yet been released. The Docker i
2525
#### **docker cli**
2626

2727
```bash
28-
docker run -d --restart=unless-stopped -v /etc/openlist:/opt/openlist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="openlist" openlistteam/openlist:bata
28+
docker run -d --restart=unless-stopped -v /etc/openlist:/opt/openlist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="openlist" openlistteam/openlist:beta
2929
```
3030

3131
#### **docker compose**

0 commit comments

Comments
 (0)