فهرست منبع

:bug: fix rabbitmq management plugin

Jeremy Zheng 4 سال پیش
والد
کامیت
cbef1e89e3
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      docker/README.md
  2. 1 1
      docker/first.sh

+ 2 - 2
docker/README.md

@@ -41,9 +41,9 @@
 
   - RabbitMQ: `http://localhost:15672`, user `guest`, password `guest`
   - Redis cluster ports `6371~6376`
-  - Minio server: `http://localhost:9000` user `admin`, password `12345678`
+  - Minio server: `http://localhost:9001` user `admin`, password `12345678`
   - PostgreSql: `psql -U postgres -h 127.0.0.1 -p 5432`
-  - ElasticSearch: `curl 127.0.0.1:9200/`
+  - ElasticSearch: `curl http://127.0.0.1:9200/`
 
 - For VSCode **Run in your local host**
 

+ 1 - 1
docker/first.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-podman run --name mint -it --userns=keep-id --user=$(id -ur):$(id -gr) --network host --events-backend=file -v $PWD:/workspace:z palm
+podman run --name mint -it --userns=keep-id --hostname=palm --user=$(id -ur):$(id -gr) --network host --events-backend=file -v $PWD:/workspace:z palm