This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Note: The official OpenList Docker image has not yet been released. The Docker i
25
25
#### ** docker cli**
26
26
27
27
``` 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
29
29
```
30
30
31
31
#### ** docker compose**
@@ -34,7 +34,7 @@ docker run -d --restart=unless-stopped -v /etc/openlist:/opt/openlist/data -p 52
34
34
version : ' 3.3'
35
35
services :
36
36
openlist :
37
- image : ' openlistteam/openlist:beta '
37
+ image : ' openlistteam/openlist:latest '
38
38
container_name : openlist
39
39
volumes :
40
40
- ' /etc/openlist:/opt/openlist/data'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ star: true
25
25
#### ** docker cli**
26
26
27
27
``` 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
29
29
```
30
30
31
31
#### ** docker compose**
@@ -34,7 +34,7 @@ docker run -d --restart=unless-stopped -v /etc/openlist:/opt/openlist/data -p 52
34
34
version : ' 3.3'
35
35
services :
36
36
openlist :
37
- image : ' openlistteam/openlist:beta '
37
+ image : ' openlistteam/openlist:latest '
38
38
container_name : openlist
39
39
volumes :
40
40
- ' /etc/openlist:/opt/openlist/data'
You can’t perform that action at this time.
0 commit comments