Created
March 9, 2025 00:44
-
-
Save Fartomy/9b7a6d6403f5f705afa76817db022a02 to your computer and use it in GitHub Desktop.
CasaOS Opengist Docker Compose File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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