services: ntfy: image: binwiederhier/ntfy container_name: ntfy volumes: # Config - $APPDATA/ntfy/cache:/var/cache/ntfy - $APPDATA/ntfy/app:/etc/ntfy environment: TZ: $TZ PUID: $PUID PGID: $PGID user: "${PUID:-1000}:${PGID:-1000}" command: - serve ports: - 8081:80 restart: unless-stopped