improve spin up more

This commit is contained in:
ayntk-ai
2024-08-26 22:08:21 +02:00
parent b4e41a2a9e
commit 2398afc74f

View File

@@ -100,9 +100,9 @@ After installing Docker (or Orbstack) and Spin, verify the installation:
## 5. Start Coolify ## 5. Start Coolify
1. Open a terminal in the Coolify directory. 1. Open a terminal in the local Coolify directory.
2. Run the following command: 2. Run the following command in the terminal (leave that terminal open):
``` ```
spin up spin up
``` ```
@@ -113,6 +113,8 @@ After installing Docker (or Orbstack) and Spin, verify the installation:
sudo spin up sudo spin up
``` ```
Note: If you change environment variables afterwards or anything seems broken, press Ctrl + C to stop the process and run `spin up` again.
## 6. Start Development ## 6. Start Development