Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 477 Bytes

AutoUpstall Web

AutoUpstall takes care of automatic SSL and Upgrades for your Docker containers. Just paste in your docker-compose.yml and select the configuration you want. AutoUpstall will generate a docker-compose.yml file with the necessary configurations.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.