Minor changes to the stack to fix a DB issue

This commit is contained in:
Robert Middleswarth
2021-11-20 18:12:59 -05:00
parent 557ac403f5
commit c3ce2f00e8

View File

@@ -21,7 +21,7 @@ services:
hostname: lychee
image: linuxserver/lychee:latest
environment:
DB_HOST: mariadb
DB_HOST: 'mariadb'
DB_USERNAME: ${DATABASE_USER}
DB_PASSWORD: ${DATABASE_PASSWORD}
DB_DATABASE: ${DATABASE_NAME}