File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
9393version: '3.3'
9494services:
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
158158version: '3.3'
159159services:
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'
Original file line number Diff line number Diff 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
100100version: '3.3'
101101services:
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
168168version: '3.3'
169169services:
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'
You can’t perform that action at this time.
0 commit comments