Fix Coolify nginx mount issue by baking config into UI image

This commit is contained in:
2026-07-28 13:13:37 +05:30
parent 0aa2372a1d
commit 81350bf2d2
3 changed files with 19 additions and 2 deletions
-2
View File
@@ -29,8 +29,6 @@ services:
build: ./ui
ports:
- "8095:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- api
restart: always