Skip to content

Commit

Permalink
Fix links (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
micdenny authored Aug 17, 2023
1 parent ba770da commit 51a59e5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rabbitmq/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Supported tags and respective `Dockerfile` links

- [`3.6.9`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.6.9/Dockerfile)
- [`3.6.12`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.6.12/Dockerfile)
- [`3.8.16`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.8.16/Dockerfile)
- [`3.8.35`,`3.8.35-servercore-ltsc2019`,`3.8.35-servercore-ltsc2022`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.8.35/Dockerfile)
- [`3.9.8`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.9.8/Dockerfile)
- [`3.9.22`,`3.9.22-servercore-ltsc2019`,`3.9.22-servercore-ltsc2022`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.9.22/Dockerfile)
- [`3.9.24`,`3.9.24-servercore-ltsc2019`,`3.9.24-servercore-ltsc2022`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.9.24/Dockerfile)
- [`3.10.7`,`3.10.7-servercore-ltsc2019`,`3.10.7-servercore-ltsc2022`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.10.7/Dockerfile)
- [`3.10.10`,`3.10.10-servercore-ltsc2019`,`3.10.10-servercore-ltsc2022`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.10.10/Dockerfile)
- [`3.11.2`,`3.11.2-servercore-ltsc2019`,`3.11.2-servercore-ltsc2022`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/3.11.2/Dockerfile)
- [`latest`,`ltsc2019-latest`,`ltsc2022-latest`](https://github.com/micdenny/docker-samples/blob/master/rabbitmq/windows/latest/Dockerfile)
- [`3.6.9`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.6.9/Dockerfile)
- [`3.6.12`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.6.12/Dockerfile)
- [`3.8.16`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.8.16/Dockerfile)
- [`3.8.35`,`3.8.35-servercore-ltsc2019`,`3.8.35-servercore-ltsc2022`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.8.35/Dockerfile)
- [`3.9.8`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.9.8/Dockerfile)
- [`3.9.22`,`3.9.22-servercore-ltsc2019`,`3.9.22-servercore-ltsc2022`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.9.22/Dockerfile)
- [`3.9.24`,`3.9.24-servercore-ltsc2019`,`3.9.24-servercore-ltsc2022`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.9.24/Dockerfile)
- [`3.10.7`,`3.10.7-servercore-ltsc2019`,`3.10.7-servercore-ltsc2022`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.10.7/Dockerfile)
- [`3.10.10`,`3.10.10-servercore-ltsc2019`,`3.10.10-servercore-ltsc2022`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.10.10/Dockerfile)
- [`3.11.2`,`3.11.2-servercore-ltsc2019`,`3.11.2-servercore-ltsc2022`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/3.11.2/Dockerfile)
- [`latest`,`ltsc2019-latest`,`ltsc2022-latest`](https://github.com/micdenny/rabbitmq-windows/blob/master/rabbitmq/windows/latest/Dockerfile)

# What is RabbitMQ?

Expand Down Expand Up @@ -41,4 +41,4 @@ docker run -d --hostname my-rabbit --name some-rabbit2 micdenny/rabbitmq-windows

The [management plugin](https://www.rabbitmq.com/management.html) is installed and enabled by default, which is available on the standard management port of 15672, with the default username and password of `guest` / `guest`.

You can then go to `http://hostname:15672` in a browser and use `user`/`password` to gain access to the management console.
You can then go to `http://hostname:15672` in a browser and use `user`/`password` to gain access to the management console.

0 comments on commit 51a59e5

Please sign in to comment.