An open API service indexing awesome lists of open source software.

https://github.com/zimbres/pushpin-docker

Proxy server for adding push to your API
https://github.com/zimbres/pushpin-docker

Last synced: 5 months ago
JSON representation

Proxy server for adding push to your API

Awesome Lists containing this project

README

          

# To build:

docker buildx create --name mybuilder

docker buildx use mybuilder

docker buildx inspect --bootstrap

docker buildx build --platform linux/amd64,linux/arm64 -t dockerhubuser/pushpin --push .