Skip to content

Commit

Permalink
Setting DB_HOST=db
Browse files Browse the repository at this point in the history
Setting  DB_HOST=db as the default for running in a docker container
  • Loading branch information
nataliejschultz authored May 21, 2024
1 parent 41a410c commit 7405ff1
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 @@ -28,7 +28,7 @@ RUN chmod u+x ./.docker/setup_config.sh
RUN bash -c "./.docker/setup_config.sh"

# #declare environment variables
ENV DB_HOST=''
ENV DB_HOST=db
ENV WEB_SERVER_HOST=0.0.0.0

ENV LIVERELOAD_SRC=''
Expand Down

0 comments on commit 7405ff1

Please sign in to comment.