fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-06-10 09:12:33 +00:00
committed by github-actions[bot]
parent 8665d794c4
commit fd67bfbc63
9 changed files with 209 additions and 217 deletions

View File

@@ -1,17 +1,16 @@
### Compose parameters
SQLITE=0
NOSWAG=0
SQLITE=0
# Port on which the noswag nginx container is listening
# You don't have to bother about this if you use the swag version
NOSWAG_PORT=80
### Run parameters
PUID=0
PGID=0
PUID=0
TZ=Europe/Zurich
URL=your.domain
@@ -23,16 +22,16 @@ USE_HTTPS=1
# You don't have to bother about this if you use SQLite
MYSQL_HOST=db
MYSQL_USER_PASSWD=secret
MYSQL_ROOT_PASSWD=secret
MYSQL_PORT=3306
MYSQL_ROOT_PASSWD=secret
MYSQL_USER=seafile
MYSQL_USER_PASSWD=secret
### Volume parameters
SEAFILE_CONF_DIR=./seafile/conf
SEAFILE_LOGS_DIR=./seafile/logs
SEAFILE_DATA_DIR=./seafile/seafile-data
SEAFILE_LOGS_DIR=./seafile/logs
SEAFILE_SEAHUB_DIR=./seafile/seahub-data
# You don't have to bother about this if you use SQLite