Workflow update

main
technorabilia 11 months ago
parent 8819fceb36
commit 10889a3241

@ -32,11 +32,12 @@ services:
- /path/to/config:/config
- /path/to/pictures:/pictures
environment:
- DB_CONNECTION=mysql
- DB_HOST=mariadb
- DB_PORT=3306
- DB_USERNAME=lychee
- DB_PASSWORD=dbpassword
- DB_DATABASE=lychee
- DB_PORT=3306
- PGID=1000
- PUID=1000
- TZ=Europe/London

@ -12,6 +12,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-e DB_CONNECTION=mysql `# for specifying the database type` \
-e DB_HOST=mariadb `# for specifying the database host` \
-e DB_PORT=3306 `# for specifying the database port` \
-e DB_USERNAME=lychee `# for specifying the database user` \

Loading…
Cancel
Save