first commit
This commit is contained in:
10
服务器相关/collabora.txt
Normal file
10
服务器相关/collabora.txt
Normal 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
|
||||
Reference in New Issue
Block a user