Skip to content

Commit

Permalink
fix default host config to 0.0.0.0 for a docker use
Browse files Browse the repository at this point in the history
  • Loading branch information
gaellm committed Feb 22, 2024
1 parent a1870c6 commit 1aed83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/config.json
Expand Up @@ -10,7 +10,7 @@
"functions-dir": "user-files/functions/",
"body-files-dir": "user-files/body-files/",
"listen": {
"ip": "127.0.0.1",
"ip": "0.0.0.0",
"port": "8080",
"enable-tls": false,
"tls-cert-path": "user-files/tls/cert.pem",
Expand Down

0 comments on commit 1aed83e

Please sign in to comment.