Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Created March 9, 2025 00:44
Show Gist options
  • Save Fartomy/9b7a6d6403f5f705afa76817db022a02 to your computer and use it in GitHub Desktop.
Save Fartomy/9b7a6d6403f5f705afa76817db022a02 to your computer and use it in GitHub Desktop.
CasaOS Opengist Docker Compose File
name: Opengist
services:
opengist:
container_name: opengist
ports:
- 6157:6157
volumes:
- /DATA/AppData/opengist:/opengist
image: ghcr.io/thomiceli/opengist:1
x-casaos:
ports:
- container: "6157"
description:
en_us: "Container Port: 6157"
x-casaos:
architectures:
- amd64
- arm64
main: opengist
description:
en_us: The Github gists alternative.
tagline:
en_us: Opengist
developer: "opengist"
author: Fartomy
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/opengist.png
thumbnail: ""
title:
en_us: Opengist
category: Utilities
port_map: "6157"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment