Skip to content

Commit

Permalink
removed privileged mode for node red
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy committed Oct 6, 2018
1 parent 67ca10b commit 53114eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
- mosquitto
volumes:
- "nodered:/var/lib/node-red"
expose:
- "80"
# expose:
# - "80"
devices:
- "/dev/i2c-1:/dev/i2c-1"
- "/dev/mem:/dev/mem"
Expand Down
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ http {
location /grafana/ {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://192.168.1.162:3000/;
proxy_pass http://grafana:3000/;
}

location /red/ {
Expand Down

0 comments on commit 53114eb

Please sign in to comment.