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

Commit 2076b53

Browse files
authored
fixed bugs
1 parent 3be5096 commit 2076b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)