first commit

This commit is contained in:
编码猿
2025-08-29 21:58:42 +08:00
commit 673de8f5ec
17 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
docker run -t -d -p 9980:9980 -e "domain=file.com" -e "extra_params=-o:tls.enable=false -o:ssl.termination=true" -e "username=admin" -e "password=123456" --net=host --add-host=file.com:192.168.31.100 --name collabora --privileged=true --restart always --cap-add MKNOD collabora/code
docker run -t -d -p 9980:9980 -e "username=bmy" -e "password=lb714500" --add-host=pydio.buyusdt.xyz:192.168.31.100 --name collabora --privileged=true --restart always --cap-add MKNOD collabora/code
docker run -t -d -p 9980:9980 \
-e "username=bmy" \
-e "password=lb714500" \
--name code --restart always collabora/code