mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 21:46:29 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
8665d794c4
commit
fd67bfbc63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user