Skip to content

Commit

Permalink
Fix hostname for docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Nov 17, 2023
1 parent a3ade30 commit da2b52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stderr_logfile_maxbytes=0
autostart = true
autorestart = true
directory=/usr/local/app/frontend
environment = NEXT_TELEMETRY_DISABLED=1
environment = NEXT_TELEMETRY_DISABLED=1,HOSTNAME=0.0.0.0
command = node server
user = root
stdout_logfile=/dev/stdout
Expand Down

0 comments on commit da2b52c

Please sign in to comment.