Browse Source

update docker_app.sh

reghao 3 months ago
parent
commit
21fbd505d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker_app.sh

+ 1 - 1
docker_app.sh

@@ -16,7 +16,7 @@ function start() {
   docker run -d --name=tnbsearch --network=host -v /opt/log:/app/logs tnb/search
   docker run -d --name=tnbsearch --network=host -v /opt/log:/app/logs tnb/search
 
 
   docker run -d --name=tnbmessage --network=host \
   docker run -d --name=tnbmessage --network=host \
-    -e RABBITMQ_DEFAULT_USERSERVER_ADDRESS=127.0.0.1 \
+    -e SERVER_ADDRESS=127.0.0.1 \
     -v /opt/log:/app/logs \
     -v /opt/log:/app/logs \
     tnb/message
     tnb/message