Update docker-compose-yml.blade.php

This commit is contained in:
Bozhidar 2024-04-27 02:59:40 +03:00
parent e1ea096ca6
commit fe1e430442

View file

@ -16,7 +16,7 @@ services:
@foreach($environmentVariables as $key => $value)
{{$key}}: {{$value}}
{{$key}}: "{{$value}}"
@endforeach
@endif