diff --git a/Procfile b/Procfile index 77e4ac4..1ae50c0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ./target/release/dzmedia +web: ROCKET_ADDRESS=0.0.0.0 ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ./target/release/dzmedia