Skip to content

Commit dad51c3

Browse files
authored
refer to nginx build instead of nginx image in docker compose file.
1 parent 9bf9a5e commit dad51c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- influxdb
3737
restart: always
3838
nginx:
39-
image: tobi312/rpi-nginx
39+
build : nginx
4040
depends_on:
4141
- grafana
4242
links:

0 commit comments

Comments
 (0)