File tree 2 files changed +8
-8
lines changed
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.
84
84
# ### **docker-cli**
85
85
86
86
` ` ` 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
88
88
` ` `
89
89
90
90
# ### **docker-compose**
@@ -93,7 +93,7 @@ docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:524
93
93
version: '3.3'
94
94
services:
95
95
alist:
96
- image: 'xhofe/alist:main '
96
+ image: 'xhofe/alist:beta '
97
97
container_name: alist
98
98
volumes:
99
99
- '/etc/alist:/opt/alist/data'
@@ -149,7 +149,7 @@ services:
149
149
**docker-cli**
150
150
151
151
` ` ` 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
153
153
` ` `
154
154
155
155
**docker-compose**
@@ -158,7 +158,7 @@ docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:524
158
158
version: '3.3'
159
159
services:
160
160
alist:
161
- image: 'xhofe/alist:main -ffmpeg'
161
+ image: 'xhofe/alist:beta -ffmpeg'
162
162
container_name: alist
163
163
volumes:
164
164
- '/etc/alist:/opt/alist/data'
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ services:
78
78
# #### **docker-cli**
79
79
80
80
` ` ` 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
82
82
` ` `
83
83
84
84
# #### **docker-compose**
@@ -100,7 +100,7 @@ docker-compose up -d
100
100
version: '3.3'
101
101
services:
102
102
alist:
103
- image: 'xhofe/alist:main '
103
+ image: 'xhofe/alist:beta '
104
104
container_name: alist
105
105
volumes:
106
106
- '/etc/alist:/opt/alist/data'
@@ -159,7 +159,7 @@ services:
159
159
**docker-cli**
160
160
161
161
` ` ` 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
163
163
` ` `
164
164
165
165
**docker-compose**
@@ -168,7 +168,7 @@ docker run -d --restart=unless-stopped -v /etc/alist:/opt/alist/data -p 5244:524
168
168
version: '3.3'
169
169
services:
170
170
alist:
171
- image: 'xhofe/alist:main -ffmpeg'
171
+ image: 'xhofe/alist:beta -ffmpeg'
172
172
container_name: alist
173
173
volumes:
174
174
- '/etc/alist:/opt/alist/data'
You can’t perform that action at this time.
0 commit comments