Skip to content

Commit

Permalink
Fix incorrect dbname
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall committed Mar 17, 2020
1 parent 4979cd9 commit 245e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG BLUECHERRY_USER_ID
ENV DEBIAN_FRONTEND=noninteractive
ENV MYSQL_ADMIN_LOGIN=root
ENV MYSQL_ADMIN_PASSWORD=oom1ieth2aeK
ENV dbname=bluechery
ENV dbname=bluecherry
ENV host=mysql
ENV userhost=%
ENV user=bluecherry
Expand Down

0 comments on commit 245e4d0

Please sign in to comment.