第一步:
docker run -d \
--name=firefox \
--security-opt seccomp=unconfined `#optional` \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e FIREFOX_CLI=https://www.linuxserver.io/ `#optional` \
-p 3000:3000 \
-p 3001:3001 \
-v /mnt/firefox/config:/config \
--shm-size="1gb" \
--restart always \
lscr.io/linuxserver/firefox:latest
第二步:
下载阿里普惠字体
挂载卷
/mnt/fonts
/usr/share/fonts/other
添加用户密码
PASSWORD
CUSTOM_USER