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

Commit 05e7089

Browse files
authored
mod: update docker to latest (#75)
1 parent f3aeec8 commit 05e7089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guide/install/docker.md

Lines changed: 2 additions & 2 deletions
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:beta
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:latest
2929
```
3030

3131
#### **docker compose**
@@ -34,7 +34,7 @@ docker run -d --restart=unless-stopped -v /etc/openlist:/opt/openlist/data -p 52
3434
version: '3.3'
3535
services:
3636
openlist:
37-
image: 'openlistteam/openlist:beta'
37+
image: 'openlistteam/openlist:latest'
3838
container_name: openlist
3939
volumes:
4040
- '/etc/openlist:/opt/openlist/data'

docs/zh/guide/install/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ star: true
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:beta
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:latest
2929
```
3030

3131
#### **docker compose**
@@ -34,7 +34,7 @@ docker run -d --restart=unless-stopped -v /etc/openlist:/opt/openlist/data -p 52
3434
version: '3.3'
3535
services:
3636
openlist:
37-
image: 'openlistteam/openlist:beta'
37+
image: 'openlistteam/openlist:latest'
3838
container_name: openlist
3939
volumes:
4040
- '/etc/openlist:/opt/openlist/data'

0 commit comments

Comments
 (0)