Opengist Logo emanuelegori's Gists

Explore

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

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

miniflux

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / Miniflux

Last active 3 months ago docker miniflux

Minimalista lettore RSS

0 0 1
1 services:
2 miniflux:
3 image: miniflux/miniflux:latest
4 ports:
5 - "7001:8080"
6 restart: unless-stopped
7 depends_on:
8 db:
9 condition: service_healthy
10 environment: