fix docker and path incorrect
This commit is contained in:
parent
38348f7fa2
commit
8f806b078c
|
|
@ -1,5 +1,5 @@
|
|||
const amqplib = require("amqplib");
|
||||
const connectStr = "amqp://rabbit:rabbit123@localhost";
|
||||
const connectStr = "amqp://rabbit:rabbit123@rabbitmq";
|
||||
|
||||
(async () => {
|
||||
const conn = await amqplib.connect(connectStr);
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
php /app/artisan horizon &
|
||||
php /producer/artisan horizon &
|
||||
|
|
|
|||
Loading…
Reference in New Issue