Files
logo-txt/docker-compose.yml
2026-01-11 11:54:23 -05:00

7 lines
123 B
YAML

services:
logo-txt:
image: ghcr.io/sethwv/logo-txt:latest
ports:
- "5001:5001"
restart: unless-stopped