Skip to content

Commit

Permalink
Set default Immich host to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrapurring committed Dec 9, 2024
1 parent bdd9253 commit 7c19945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/configureimmich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ ! -f "$IMMICH_SETTINGS_DIR/immich_server.env" ]; then
cp "$IMMICH_SETTINGS_DIR/build_info.env" "$IMMICH_SETTINGS_DIR/immich_server.env"
cat <<EOF >> "$IMMICH_SETTINGS_DIR/immich_server.env"
# Network binding
IMMICH_HOST="0.0.0.0"
IMMICH_HOST="127.0.0.1"
IMMICH_PORT="2283"
# Production settings
Expand Down

0 comments on commit 7c19945

Please sign in to comment.