Skip to content

Commit ca4e3f8

Browse files
committed
compose: build image from local repo by default
1 parent 60737c7 commit ca4e3f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version: "3"
22
services:
33
inv_sig_helper:
4-
# build: .
5-
image: quay.io/invidious/inv-sig-helper:latest
4+
build:
5+
context: .
6+
dockerfile: Dockerfile
7+
# image: quay.io/invidious/inv-sig-helper:latest
68
command: ["--tcp", "127.0.0.1:12999"]
79
ports:
810
- 127.0.0.1:12999:12999

0 commit comments

Comments
 (0)