From 6ed9259547dea94f03d298d17409c487a8912ccc Mon Sep 17 00:00:00 2001 From: David R Date: Wed, 13 Nov 2024 07:59:11 -0500 Subject: [PATCH] Correct tab name There is no General tab, and the Compose file is reachable on the Service Stack tab. --- .../views/livewire/project/service/configuration.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/service/configuration.blade.php b/resources/views/livewire/project/service/configuration.blade.php index ed2a6dec9..994ce6790 100644 --- a/resources/views/livewire/project/service/configuration.blade.php +++ b/resources/views/livewire/project/service/configuration.blade.php @@ -180,7 +180,7 @@
Persistent storage to preserve data between deployments.
If you would like to add a volume, you must add it to - your compose file (General tab).
+ your compose file (Service Stack tab). @foreach ($applications as $application)