1
0

chore(deps): update gotson/komga docker tag to v1.23.6 (#2685)

This commit is contained in:
renovate[bot]
2025-11-28 09:33:58 +00:00
committed by GitHub
parent 69f9d5dec1
commit 9bb96c87ec
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p "$KOMGA_ROOT_PATH"
mkdir -p "$KOMGA_ROOT_PATH/config"
mkdir -p "$KOMGA_ROOT_PATH/data"
chown -R 1000:1000 "$KOMGA_ROOT_PATH"
chown -R 1000:1000 "$KOMGA_ROOT_PATH/config"
chown -R 1000:1000 "$KOMGA_ROOT_PATH/data"
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@@ -0,0 +1,13 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p "$KOMGA_ROOT_PATH"
chown -R 1000:1000 "$KOMGA_ROOT_PATH"
echo "Check Finish."
else
echo "Error: .env file not found."
fi