File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,37 @@ docker-compose up
2121Web Application MYSQL/MariaDB database explorer.
2222Allows you to run queries and manage your database.
2323
24+ ```
25+ Host: http://localhost:9999
26+ Server: mariadb
27+ Username: root
28+ Password: root
29+ Database: Empty OR ExampleDatabase
30+ ```
31+
2432[ GO TO ADMINER] ( http://localhost:9999 )
2533
26- [ GO TO ADMINER] ( http://127_0_0_1.nip.io:9999 )
2734
2835![ Adminer Image] ( ../master/docs/adminer/Adminer.png )
2936
37+ ![ Adminer Image] ( ../master/docs/adminer/AdminerConsole.png )
38+
3039
3140## RabbitMQ Management Console
3241
3342RabbitMQ Management Console
3443
35- [ RabbitMQ Management Console] ( localhost:15672 )
44+ ```
45+ Host: http://localhost:15672
46+ Username: guest
47+ Password: guest
48+ ```
49+
50+ [ RabbitMQ Management Console] ( http://localhost:15672 )
51+
52+ ![ RabbitMQ Image] ( ../master/docs/rabbitmq/RabbitLogin.png )
3653
54+ ![ RabbitMQ Console Image] ( ../master/docs/rabbitmq/RabbitConsole.png )
3755
3856# Running the Application
3957``` bash
You can’t perform that action at this time.
0 commit comments