Skip to content

Commit b44d335

Browse files
authored
replace main with beta for docker tag
1 parent 4ab934d commit b44d335

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/guide/install/docker.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Just for amd64/arm64. Not recommended, this may can't work properly.
8484
#### **docker-cli**
8585

8686
```bash
87-
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:main
87+
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:beta
8888
```
8989

9090
#### **docker-compose**
@@ -93,7 +93,7 @@ docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:524
9393
version: '3.3'
9494
services:
9595
alist:
96-
image: 'xhofe/alist:main'
96+
image: 'xhofe/alist:beta'
9797
container_name: alist
9898
volumes:
9999
- '/etc/alist:/opt/alist/data'
@@ -149,7 +149,7 @@ services:
149149
**docker-cli**
150150

151151
```bash
152-
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:main-ffmpeg
152+
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:beta-ffmpeg
153153
```
154154

155155
**docker-compose**
@@ -158,7 +158,7 @@ docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:524
158158
version: '3.3'
159159
services:
160160
alist:
161-
image: 'xhofe/alist:main-ffmpeg'
161+
image: 'xhofe/alist:beta-ffmpeg'
162162
container_name: alist
163163
volumes:
164164
- '/etc/alist:/opt/alist/data'

docs/zh/guide/install/docker.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
##### **docker-cli**
7979

8080
```bash
81-
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:main
81+
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:beta
8282
```
8383

8484
##### **docker-compose**
@@ -100,7 +100,7 @@ docker-compose up -d
100100
version: '3.3'
101101
services:
102102
alist:
103-
image: 'xhofe/alist:main'
103+
image: 'xhofe/alist:beta'
104104
container_name: alist
105105
volumes:
106106
- '/etc/alist:/opt/alist/data'
@@ -159,7 +159,7 @@ services:
159159
**docker-cli**
160160

161161
```bash
162-
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:main-ffmpeg
162+
docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:beta-ffmpeg
163163
```
164164

165165
**docker-compose**
@@ -168,7 +168,7 @@ docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:524
168168
version: '3.3'
169169
services:
170170
alist:
171-
image: 'xhofe/alist:main-ffmpeg'
171+
image: 'xhofe/alist:beta-ffmpeg'
172172
container_name: alist
173173
volumes:
174174
- '/etc/alist:/opt/alist/data'

0 commit comments

Comments
 (0)