Skip to content

Commit

Permalink
docker-run: fix example config path
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Oct 3, 2023
1 parent 5b62118 commit 7d40c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function fixperms {
cd /opt/linkedin-matrix

if [ ! -f $CONFIG_PATH ]; then
cp linkedin_matrix/example-config.yaml $CONFIG_PATH
cp example-config.yaml $CONFIG_PATH
sed -i "s#hostname: localhost#hostname: 0.0.0.0#" $CONFIG_PATH
echo "Didn't find a config file."
echo "Copied default config file to $CONFIG_PATH"
Expand Down

0 comments on commit 7d40c5a

Please sign in to comment.