Skip to content

Commit

Permalink
Update rr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielberthier authored Jun 5, 2023
1 parent 8f58144 commit 8c15711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/roadrunner/conf/rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.7"
rpc:
listen: tcp://127.0.0.1:6001
server:
command: "php /app/worker.php"
command: "php /var/www/worker.php"

http:
address: :8080
Expand All @@ -17,4 +17,4 @@ reload:
services:
http:
recursive: true
dirs: [ "/app" ]
dirs: [ "/var/www" ]

0 comments on commit 8c15711

Please sign in to comment.