Skip to content

Instantly share code, notes, and snippets.

@lohazo
lohazo / docker-compose.yml
Created August 17, 2022 02:34 — forked from rts-rob/docker-compose.yml
Local development of Cloudflare Workers and Fauna with Fauna Dev and Miniflare
# Copyright Fauna, Inc.
# SPDX-License-Identifier: MIT-0
version: "3.9"
services:
fauna:
image: fauna/faunadb:latest
ports:
- "8443:8443"
- "8444:8444"
@lohazo
lohazo / AdbCommands
Created August 16, 2022 08:30 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader