fix(compose): build context relative to repo root, not compose dir

This commit is contained in:
kianiadee 2026-05-21 14:42:31 +03:00
parent 32c719a668
commit 07a93af359

View file

@ -15,8 +15,10 @@
services: services:
log-proxy: log-proxy:
# Paths are resolved relative to --project-directory (the repo root),
# which Coolify sets, NOT the compose file's directory.
build: build:
context: ../log-proxy context: ./log-proxy
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped