This repository was archived by the owner on Sep 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
3434version : ' 3.3'
3535services :
3636 openlist :
37- image : ' openlistteam/openlist:beta '
37+ image : ' openlistteam/openlist:latest '
3838 container_name : openlist
3939 volumes :
4040 - ' /etc/openlist:/opt/openlist/data'
Original file line number Diff line number Diff 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
3434version : ' 3.3'
3535services :
3636 openlist :
37- image : ' openlistteam/openlist:beta '
37+ image : ' openlistteam/openlist:latest '
3838 container_name : openlist
3939 volumes :
4040 - ' /etc/openlist:/opt/openlist/data'
You can’t perform that action at this time.
0 commit comments