1
0

chore(deps): update chrislusf/seaweedfs docker tag to v4.15 (localApps) (#4350)

This commit is contained in:
renovate[bot]
2026-03-06 00:01:42 +00:00
committed by GitHub
parent 13e495d401
commit 2bba3394f3
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
if [ -f .env ]; then
source .env
if [ ! -d $SEAWEEDFS_ROOT_PATH/prometheus ]; then
mkdir -p $SEAWEEDFS_ROOT_PATH/prometheus
fi
cp -rn ./config/* $SEAWEEDFS_ROOT_PATH/prometheus/
echo "Check Finish."
else
echo "Error: .env file not found."
fi