Opengist Logo emanuelegori's Gists

Explore

  • All gists
  • Topics
  • Users
Copyright 2024 - 2025 emanuelegori.uno
Give feedback on the new UI Powered by Opengist ⋅ 34ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
M

MicroBin

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / MicroBin

Last active 3 months ago MicroBin docker

MicroBin Condivisione dei file semplificata

0 0 1
1 services:
2 microbin:
3 image: danielszabo99/microbin:latest
4 container_name: microbin
5 ports:
6 - "8080:8080"
7 environment:
8 MICROBIN_PORT: 8080
9 MICROBIN_PUBLIC_PATH: "" #utile se esegui MicroBin dietro un reverse proxy es.: https://microbin.miosito.it
10 MICROBIN_EDITABLE: "true"