Fix docker compose missing image (#1432)

This commit is contained in:
Zoe Roux
2026-04-06 21:56:52 +02:00
committed by GitHub
parent b422d31b7b
commit 3b2f08c53c
+1
View File
@@ -51,6 +51,7 @@ services:
api:
build: ./api
image: ghcr.io/zoriya/kyoo_api:edge
restart: unless-stopped
depends_on:
postgres: