After adding a volume with environment variable interpolation to my docker compose file, all subsequent clicks on "Reload Compose File" throw an error - even after reverting the change and removing the volume. The error also shows up when navigating to the "Storage" tab. The storages seem to be broken and unfixable.
The error:
Error: bash: line 1: unexpected EOF while looking for matching `}' (View: /var/www/html/resources/views/livewire/project/service/storage.blade.php)
Steps to Reproduce
Create a resource using docker-compose as build tool
Add - /volumes/test-app/${COOLIFY_ENVIRONMENT:-default}/data:/data to the volumes array of a container
Error Message and Logs
After adding a volume with environment variable interpolation to my docker compose file, all subsequent clicks on "Reload Compose File" throw an error - even after reverting the change and removing the volume. The error also shows up when navigating to the "Storage" tab. The storages seem to be broken and unfixable.
The error:
Steps to Reproduce
docker-compose
as build tool- /volumes/test-app/${COOLIFY_ENVIRONMENT:-default}/data:/data
to the volumes array of a containerExample Repository URL
No response
Coolify Version
v4.0.0-beta.364
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 LTS
Additional Information
No response