CopyPastor

Detecting plagiarism made easy.

Score: 1.8134523398270597; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Reposted on 2022-09-30
by Terry Tú Nguyễn

Original Post

Original - Posted on 2022-09-30
by Terry Tú Nguyễn



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Faced same issue. Here is how I have it works:
```yaml rabbitmq: image: rabbitmq:3-management
flower: image: mher/flower ports: - 5555:5555 command: - "celery" - "--broker=amqp://guest@rabbitmq:5672//" - "flower" - "--broker_api=http://guest:guest@rabbitmq:15672/api//" depends_on: - rabbitmq ```
Faced the same issue with RabbitMQ. Here is how I have it works:
```yaml rabbitmq: image: rabbitmq:3-management
flower: image: mher/flower ports: - 5555:5555 command: - "celery" - "--broker=amqp://guest@rabbitmq:5672//" - "flower" - "--broker_api=http://guest:guest@rabbitmq:15672/api//" depends_on: - rabbitmq ``` Brokers & other tabs will show up.

        
Present in both answers; Present only in the new answer; Present only in the old answer;