https://github.com/menci/docker-polyfill-service
Dockerized polyfill-service (https://github.com/Financial-Times/polyfill-service, aka. https://polyfill.io)
https://github.com/menci/docker-polyfill-service
docker nodejs polyfill polyfill-io polyfill-service self-hosted
Last synced: 5 months ago
JSON representation
Dockerized polyfill-service (https://github.com/Financial-Times/polyfill-service, aka. https://polyfill.io)
- Host: GitHub
- URL: https://github.com/menci/docker-polyfill-service
- Owner: Menci
- Created: 2021-12-20T19:47:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T01:28:04.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T15:17:29.608Z (over 1 year ago)
- Topics: docker, nodejs, polyfill, polyfill-io, polyfill-service, self-hosted
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/menci/polyfill-service
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Image of polyfill-service
It's a dockerized [polyfill-service](https://github.com/Financial-Times/polyfill-service), which could help you run a self-hosted https://polyfill.io.
It's built on GitHub Actions automatically everyday when there's a new release of [polyfill-service](https://github.com/Financial-Times/polyfill-service).
By default it listens port 80 in container. You could start it with:
```bash
docker run -d --name polyfill-service --restart unless-stopped -p 8080:80 menci/polyfill-service
```