Skip to content

Commit

Permalink
motis: Bind to 0.0.0.0
Browse files Browse the repository at this point in the history
The reverse proxy is now on a different server
  • Loading branch information
jbruechert committed Jan 19, 2025
1 parent bd6e2d4 commit 7e47abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motis/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later

server:
host: 127.0.0.1
host: 0.0.0.0
port: 8080
web_folder: ""

Expand Down

0 comments on commit 7e47abe

Please sign in to comment.