Skip to content

Commit

Permalink
refer to nginx build instead of nginx image in docker compose file.
Browse files Browse the repository at this point in the history
  • Loading branch information
janvda authored Nov 12, 2018
1 parent 9bf9a5e commit dad51c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- influxdb
restart: always
nginx:
image: tobi312/rpi-nginx
build : nginx
depends_on:
- grafana
links:
Expand Down

0 comments on commit dad51c3

Please sign in to comment.