Commit 39731527 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Merge branch 'testing'

parents 925979f9 a429b69a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ The output should be something like this:
     
You can access the rabbitmq web interface via browser:
    1) Find the IP address of the RabbitMQ broker:
    $ docker network inspect docker_vospace_backend_net | grep -i -A 3 rabbitmq
    $ docker network inspect vos-ts_backend_net | grep -i -A 3 rabbitmq
    2) Open your browser and point it to http://IP_ADDRESS:15672 (user: guest, password: guest)
    
 To stop the whole environment: