Skip to content

Commit

Permalink
Fixed the wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahson Shaikh committed Nov 13, 2024
1 parent fec2d99 commit 9d7cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plane/code/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ x-app-env: &app-env
# RabbitMQ Settings for Services
- RABBITMQ_HOST=${RABBITMQ_HOST:-plane-mq}
- RABBITMQ_PORT=${RABBITMQ_PORT:-5672}
- RABBITMQ_USER=${RABBITMQ_USER:-plane:-plane}
- RABBITMQ_USER=${RABBITMQ_USER:-plane}
- RABBITMQ_PASSWORD=${RABBITMQ_PASSWORD}
- RABBITMQ_VHOST=${RABBITMQ_VHOST:-plane}

Expand Down

0 comments on commit 9d7cf80

Please sign in to comment.