chore: Update Docker commands to start proxy
This commit is contained in:
parent
57d8930f9e
commit
eb80a7e2f7
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ public function handle(Server $server, bool $async = true, bool $force = false):
|
|||
"echo 'Pulling docker image.'",
|
||||
'docker compose pull',
|
||||
"echo 'Stopping existing coolify-proxy.'",
|
||||
'docker compose down -v --remove-orphans > /dev/null 2>&1',
|
||||
'docker stop -t 10 coolify-proxy || true',
|
||||
'docker rm coolify-proxy || true',
|
||||
"echo 'Starting coolify-proxy.'",
|
||||
'docker compose up -d --remove-orphans',
|
||||
"echo 'Proxy started successfully.'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue