Skip to content

Commit

Permalink
nipapd: Set default database name in Dockerfile
Browse files Browse the repository at this point in the history
Set a default database name in the Dockerfile.
  • Loading branch information
garberg committed Jun 14, 2024
1 parent 8d2ce91 commit 643aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nipapd
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ RUN pip3 --no-input install --no-cache-dir envtpl==0.7.2 \
&& python3 setup.py install

EXPOSE 1337
ENV LISTEN_ADDRESS=0.0.0.0 LISTEN_PORT=1337 SYSLOG=false DB_PORT=5432 DB_SSLMODE=disable
ENV LISTEN_ADDRESS=0.0.0.0 LISTEN_PORT=1337 SYSLOG=false DB_PORT=5432 DB_SSLMODE=disable DB_NAME=nipap

ENTRYPOINT ["/nipap/entrypoint.sh"]

0 comments on commit 643aeeb

Please sign in to comment.