Skip to content

Commit

Permalink
Update to use prebuilt image by default
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Nov 12, 2024
1 parent 36f3ce8 commit 885e61b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ services:
working_dir: /fluent-bit/etc/

http-slack-server:
# A pre-built image is pushed automatically by the repo
image: ghcr.io/fluent/fluent-bit-chatops-demo
# Otherwise build locally
build:
# A pre-built image is pushed automatically by the repo
# image: ghcr.io/fluent/fluent-bit-chatops-demo
context: .
dockerfile: Dockerfile
ports:
Expand Down

0 comments on commit 885e61b

Please sign in to comment.