Skip to content

Commit d0d4282

Browse files
authored
Merge pull request #57 from philtrep/readme-rabbitmq-creds
Added instructions tforochanging rabbitmq user and password
2 parents a019908 + 8251566 commit d0d4282

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Docker Compose for Node projects with Node, MySQL, MongoDB, NGINX, Certbot and R
2323
- [Change NGINX reverse proxy port](#NGINX-Reverse-Proxy-Port)
2424
- [Change the timezone](#Change-the-timezone)
2525
- [Use RabbitMQ plugins](#Use-RabbitMQ-plugins)
26+
- [Change the RabbitMQ user/password](#Change-RabbitMQ-User)
2627
- [Contributing](#Contributing)
2728
- [License](#License)
2829
- [Credits](#credits)
@@ -299,6 +300,17 @@ To activate them, change their values to `true` in your docker-compose file:
299300
- MANAGEMENT=true
300301
- FEDERATION=true
301302
```
303+
<a name="Change-RabbitMQ-User"></a>
304+
#### Change the RabbitMQ user/password
305+
```yaml
306+
# docker-compose.override.yml
307+
[...]
308+
rabbitmq:
309+
build:
310+
args:
311+
- RABBITMQ_DEFAULT_USER=custom_user
312+
- RABBITMQ_DEFAULT_PASS=custom_pass
313+
```
302314
<a name="Contributing"></a>
303315
## Contributing
304316
Do not hesitate to contribute to NoDock by creating an issue, fixing a bug or bringing a new idea to the table.

0 commit comments

Comments
 (0)