Browse Source

Minor changes to the stack to fix a DB issue

Robert Middleswarth 3 years ago
parent
commit
c3ce2f00e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stack/lychee-mariadb.yml

+ 1 - 1
stack/lychee-mariadb.yml

@@ -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}