Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Last active March 19, 2025 00:51
Show Gist options
  • Save Fartomy/1a482a61b25b008d773ca12117bd7a57 to your computer and use it in GitHub Desktop.
Save Fartomy/1a482a61b25b008d773ca12117bd7a57 to your computer and use it in GitHub Desktop.
Location of Docker Compose Files of Casaos Apps

#️⃣ Location of Docker Compose Files of Casaos Apps

The docker compose files of applications downloaded in CasaOS are stored in the following location on the current device.

/var/lib/casaos/apps

Also, if you have added tips to these apps, you can access the tip data under the name tips: in the docker-compose.yml file of the app under the apps folder.

For example use this command to get tips section for Jellyfin app:

sudo cat /var/lib/casaos/apps/jellyfin/docker-compose.yml | grep tips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment