Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 01e1587

Browse files
author
Julien Neuhart
committed
updating README.md: new note about updating credentials
1 parent bb98e2c commit 01e1587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ Only the configuration files and the application source code are directly mounte
155155
The data of others services (like MySQL) are mounted using named volumes. You can locate these volumes
156156
on the host by utilizing the `docker inspect` command.
157157

158+
**Note:** For now, the credentials will only be set the first time the Graylog, MySQL, RabbitMQ container are launched.
159+
If you want to update them after, use the considered dashboard. You could also delete the named volumes, but proceed with
160+
caution: it will also delete all your data.
161+
158162
**Tip:** Your `app` folder should be a git submodule.
159163

160164
### Configuration files
@@ -367,10 +371,6 @@ You may access to the RabbitMQ dashboard (https://rabbitmq.my-awesome-project.lo
367371
| rabbitmq.user | `kickoff.yml` | The RabbitMQ user of your PHP application. |
368372
| RABBITMQ_PASSWORD | `.env` | The password of the user defined in the `kickoff.yml` file. |
369373

370-
**Note:** The credentials will only be set the first time the RabbitMQ container is launched. If you want to update them
371-
after, use the RabbitMQ dashboard. You could also delete the RabbitMQ named volume, but proceed with caution: it will also
372-
delete all your queues, messages and so on.
373-
374374
## Contributing
375375

376376
Please read our [contributing guidelines](.github/CONTRIBUTING.md) for instructions.

0 commit comments

Comments
 (0)