John November 30, 2025 0

CasaOS

First you generate your docker-compose1

If you have done all this you can proceed to add a custom app. To do this you need to go to the Appstore and click custom install.2 Then you need to add a custom code snippet.3 Now you can install the app and access it using your local network!

Docker

Prerequisites

Docker compose needs to be installed

How to install the containers

First you generate your docker-compose4

Put it in a  docker-compose.yml File

and navigate to the directory using cd

Run

docker-compose up -d

Now you can install the app and access it using your local network!

  1. Original Docker-Compose ↩︎
  2. Custom app ↩︎
  3. Custom code ↩︎
  4. Original Docker-Compose ↩︎

Category: 

Leave a Comment