We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cdbb50 + 2d601fa commit 9787b32Copy full SHA for 9787b32
Dockerfile
@@ -31,6 +31,7 @@ ARG UID
31
ARG GID
32
33
ENV NODE_ENV production
34
+ENV HOSTNAME=
35
36
RUN echo 'deb http://deb.debian.org/debian bookworm-backports main' >> /etc/apt/sources.list
37
RUN apt-get update && apt-get install -y \
docker/supervisord.conf
@@ -14,7 +14,6 @@ stdout_logfile_backups=5
14
redirect_stderr=true
15
16
[program:borgwarehouse]
17
-environment=HOSTNAME=0.0.0.0
18
command=/usr/local/bin/node server.js
19
stdout_logfile=/home/borgwarehouse/tmp/borgwarehouse.log
20
stdout_logfile_maxbytes=10MB
0 commit comments