Skip to content

Commit

Permalink
Remove env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Sep 5, 2023
1 parent fc16e7f commit 56dfba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ VOLUME /var/lib/clickhouse
VOLUME /var/log/clickhouse-server

# Create GovA11y
ENV CLICKHOUSE_DB=gova11y
ENV CLICKHOUSE_USER=ChangeMe
ENV CLICKHOUSE_PASSWORD=PleaseChangeMe
# ENV CLICKHOUSE_DB=gova11y
# ENV CLICKHOUSE_USER=ChangeMe
# ENV CLICKHOUSE_PASSWORD=PleaseChangeMe

# Do some housekeeping
RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit 56dfba2

Please sign in to comment.