Files
shell-scripts/0-部署应用/Oracle-Cloud/cloudreve-in-k8s/cloudrev-in-k8s.sh
2024-11-28 16:42:36 +08:00

11 lines
205 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# in arm-seoul-1
mkdir -p "/data/k8s/local-pv"
chown -R 5001:5001 "/data/k8s/local-pv"
# 2021-12-9 在Oracle-K3s集群中完美运行
## cloudreve重启之后配置失效是怎么回事