Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Feb 22, 2020
1 parent 53afaf2 commit 8d62d0c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/workshop/examples/00_passthrough/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tremor:
image: tremor-runtime
image: tremorproject/tremor:latest
ports:
- 4242:4242
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/workshop/examples/01_filter/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tremor:
image: tremor-runtime
image: tremorproject/tremor:latest
ports:
- 4242:4242
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/workshop/examples/02_transform/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tremor:
image: tremor-runtime
image: tremorproject/tremor:latest
ports:
- 4242:4242
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/workshop/examples/03_validate/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tremor:
image: tremor-runtime
image: tremorproject/tremor:latest
ports:
- 4242:4242
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/workshop/examples/10_logstash/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
links:
- elastic
tremor:
image: tremor-runtime
image: tremorproject/tremor:latest
depends_on:
- kibana
ports:
Expand Down
2 changes: 1 addition & 1 deletion docs/workshop/examples/11_influx/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
volumes:
- ./etc/telegraf:/etc/telegraf:ro
tremor:
image: tremor-runtime
image: tremorproject/tremor:latest
depends_on:
- influxdb
ports:
Expand Down

0 comments on commit 8d62d0c

Please sign in to comment.