Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamevanyt/coolify-stuff

A repository to store all the magic docker-composes which can be used in Coolify.
https://github.com/iamevanyt/coolify-stuff

Last synced: 12 days ago
JSON representation

A repository to store all the magic docker-composes which can be used in Coolify.

Awesome Lists containing this project

README

        

# Composes
These composes can be used straight in Coolify. Most of them are tested, refer to the comments inside those compose files.

# Scripts
These are utility scripts that you can use to improve your Coolify experience.

## Change Port
With this script, you can change your dashboard port.

Source: https://github.com/iamEvanYT/coolify-stuff/blob/main/scripts/change-port.sh

Command:
```bash
wget -q https://raw.githubusercontent.com/iamEvanYT/coolify-stuff/main/scripts/change-port.sh; bash change-port.sh; rm change-port.sh
```