Actualizar 'README.md'

This commit is contained in:
2021-02-18 12:10:41 -05:00
parent 75d837da94
commit 74b91afc4e

View File

@@ -10,6 +10,10 @@ Tips y configuraciones de ubuntu
docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 8083:8083 -p 8084:8084 -e EMQX_ALLOW_ANONYMOUS=false emqx/emqx:latest docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 8083:8083 -p 8084:8084 -e EMQX_ALLOW_ANONYMOUS=false emqx/emqx:latest
### Abrir puertos en ubuntu
ufw allow from any to any port 18083 proto tcp
### Instalar Portainer ### Instalar Portainer
docker volume create portainer_data docker volume create portainer_data