Skip to content

Commit

Permalink
compose: build image from local repo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialtech committed Aug 14, 2024
1 parent 60737c7 commit ca4e3f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: "3"
services:
inv_sig_helper:
# build: .
image: quay.io/invidious/inv-sig-helper:latest
build:
context: .
dockerfile: Dockerfile
# image: quay.io/invidious/inv-sig-helper:latest
command: ["--tcp", "127.0.0.1:12999"]
ports:
- 127.0.0.1:12999:12999
Expand Down

0 comments on commit ca4e3f8

Please sign in to comment.