We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b2c6a commit 9b9a56dCopy full SHA for 9b9a56d
installer/Dockerfile
@@ -65,7 +65,7 @@ RUN chmod 755 /opt/maxkb/app/installer/run-maxkb.sh && \
65
chmod 755 /tmp && \
66
useradd --no-create-home --home /opt/maxkb/app/sandbox --shell /bin/bash sandbox && \
67
chown sandbox:sandbox /opt/maxkb/app/sandbox && \
68
- curl -L --connect-timeout 120 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/ffmpeg/get-ffmpeg-linux | sh
+ curl -L --connect-timeout 120 -m 1800 https://resource-fit2cloud-com.oss-cn-hangzhou.aliyuncs.com/maxkb/ffmpeg/get-ffmpeg-linux | sh
69
70
71
EXPOSE 8080
0 commit comments