02) Cosmos Server setup
Now we will install Cosmos Server. Previously, you could use Docker Compose to launch and use Cosmos Server. But since the release of Cosmos Server v0.14.x, this is not supported any longer.
Preparing Docker Compose for later
We're going to create a folder for later use.
To make it easier to use
docker compose
, I always start by creating a new directory for all of my docker compose containers:
Installing Cosmos Server
Installing Cosmos Server is very simple. All you need is to run this command, and Docker will take care of the rest.
Run the following command:
The process should look like this:
On to the next step!
Last updated