You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
| `ffmpeg` | Pre-installed FFmpeg image for generating thumbnail for local storage |
74
74
| `aria2` | Pre-installed aria2 image for offline downloading. |
75
75
76
-
You can append a suffix using the `-` symbol after any of the mirror tags to switch to an image with the corresponding environment. For example, `openlistteam/openlist:latest-aio` `openlistteam/openlist:beta-aria2` `openlistteam/openlist:v3.40.0-ffmpeg`
76
+
You can append a suffix using the `-` symbol after any of the mirror tags to switch to an image with the corresponding environment. For example, `openlistteam/openlist:latest-aio` `openlistteam/openlist:latest-aria2` `openlistteam/openlist:latest-ffmpeg`(latest is not online)
77
77
78
78
If the thumbnail generation function still does not work when using the pre-installed ffmpeg, please confirm:
1. docker ps -a #View the container (find the ID of the Alist container)
115
115
2. docker stop ID #Stop Alist running, otherwise it cannot be deleted (this time the ID of the Alist container is d429749a6e69, it is different for each installation)
116
116
3. docker rm ID #Delete the Alist container (the data is still there as long as you don't delete it manually)
117
-
4. docker pull openlistteam/openlist:latest
117
+
4. docker pull openlistteam/openlist:beta
118
118
5.[Enter the installation command and click to view](#docker-cli)
119
119
6. The update is complete, go and have a look.. It's that simple
Q: My version is v3.x.x and I cannot upgrade to the latest version. `docker pull ghcr.io/openlistteam/openlist:latest` does not work to pull the latest version. After changing to docker-compose, it is still version 3.x.x
132
+
Q: My version is v3.x.x and I cannot upgrade to the latest version. `docker pull openlistteam/openlist:latest` does not work to pull the latest version. After changing to docker-compose, it is still version 3.x.x
133
133
134
134
A: The reason is that your docker has set up a mirror, and the latest version cannot be updated from the mirror, so modify /etc/docker/daemon.json and delete "registry-mirrors": ["mirror accelerator address"]
135
135
136
136
- If deletion doesn’t work, you can consider replacing it with a `mirror acceleration address`
137
-
- Or simple and rude: when downloading, replace `ghcr.io/openlistteam/openlist:latest` with `ghcr.io/openlistteam/openlist:v3.16.3` (specify the version, the latest when writing the tutorial is 3.16.3)
137
+
- Or simple and rude: when downloading, replace `openlistteam/openlist:latest` with `openlistteam/openlist:v4.0.0` (specify the version, the latest when writing the tutorial is 4.0.0)
138
138
139
139
### **Compile Image**
140
140
@@ -145,13 +145,13 @@ Install Docker, clone the repository, then navigate to the root directory of the
0 commit comments