Bryan Perez
Results
2
comments of
Bryan Perez
How i get Life Notifications ``` version: "3" services: ntfy: image: binwiederhier/ntfy container_name: ntfy command: - serve environment: TZ: "America/New_York" NTFY_BASE_URL: "http://{ip}:8080" NTFY_UPSTREAM_BASE_URL: "https://ntfy.sh" volumes: - /var/cache/ntfy:/var/cache/ntfy - /etc/ntfy:/etc/ntfy ports:...
