Merge pull request #1024 from sushidub/master

per #1015 discussion - this removes redundant docker 'start' command
pull/1027/head
Piero Toffanin 2021-07-18 08:12:39 -05:00 zatwierdzone przez GitHub
commit d04a963351
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -265,7 +265,7 @@ start(){
echo "Will enable SSL ($method)"
fi
command="$command start || $command up"
command="$command up"
if [[ $detached = true ]]; then
command+=" -d"