Opengist Logo emanuelegori's Gists

Explore

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

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
u

uptime-kuma

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / Uptime Kuma

Last active 3 months ago docker uptime-kuma

Strumento di monitoraggio dell'uptime

0 0 1
1 services:
2 uptimekuma:
3 image: louislam/uptime-kuma:1
4 container_name: Uptime-Kuma
5 hostname: uptimekuma
6 mem_limit: 1g
7 cpu_shares: 1024
8 ports:
9 # <Host Port>:<Container Port>
10 - 3001:3001