Skip to content

Commit 9eeae68

Browse files
authored
Update Procfile: add ROCKET_ADDRESS?
1 parent cd08c31 commit 9eeae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: ROCKET_PORT=$PORT RUST_BACKTRACE=1 ROCKET_PROFILE=release ./target/release/www-rust-lang-org
1+
web: ROCKET_PORT=$PORT RUST_BACKTRACE=1 ROCKET_ADDRESS=0.0.0.0 ROCKET_PROFILE=release ./target/release/www-rust-lang-org

0 commit comments

Comments
 (0)