So to ease up the installation process, and make Cosmos act nicely with our Pterodactyl panel, database, cache, and wings. We'll create a network for all Pterodactyl parts to connect to. This should make the installation a bit easier.
Creating a Docker network
Create a bridge network in Docker by running this command. This will create a bridge network named cosmos-pt-all .
dockernetworkcreatecosmos-pt-all
You can see if the network has been created with:
dockernetwork-ls
The cosmos-pt-all network should show up on the list.
From a console point of view, it should simply look like this: