fix: proxy start (if not proxy defined, use Traefik)

This commit is contained in:
Andras Bacsai
2023-09-18 09:58:13 +02:00
parent 3ea462efc9
commit 157da798dd
6 changed files with 21 additions and 14 deletions

View File

@@ -3,6 +3,6 @@
<div class="">The destination server / network where your application will be deployed to.</div>
<div class="py-4 ">
<p>Server: {{ data_get($destination, 'server.name') }}</p>
<p>Destination Network: {{ $destination->network }}</p>
<p>Destination Network: {{ data_get($destination, 'server.network') }}</p>
</div>
</div>