Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimensiondev/docker-gun
Unofficial Docker image for GUN.eco
https://github.com/dimensiondev/docker-gun
docker-image gundb
Last synced: 1 day ago
JSON representation
Unofficial Docker image for GUN.eco
- Host: GitHub
- URL: https://github.com/dimensiondev/docker-gun
- Owner: DimensionDev
- License: agpl-3.0
- Created: 2020-08-02T07:52:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T13:34:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T17:46:09.997Z (over 1 year ago)
- Topics: docker-image, gundb
- Language: JavaScript
- Homepage: https://ghcr.io/dimensiondev/gun
- Size: 70.3 KB
- Stars: 4
- Watchers: 17
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-gun
[![Docker Automated Build][shield-automated]][docker-image]
[![Docker Pulls][shield-pulls]][docker-image]
[![Docker Stars][shield-stars]][docker-image][docker-image]: https://hub.docker.com/r/dimensiondev/gun
[shield-automated]: https://img.shields.io/docker/automated/dimensiondev/gun.svg
[shield-pulls]: https://img.shields.io/docker/pulls/dimensiondev/gun.svg
[shield-stars]: https://img.shields.io/docker/stars/dimensiondev/gun.svgUnofficial Docker image for [GUN.eco](https://gun.eco).
There are some [caveats](https://github.com/DimensionDev/docker-gun/blob/master/caveats.md).
## command line
```bash
docker run -p 8765:8765 dimensiondev/gun
```## docker-compose.yaml (sample code)
```yaml
version: "3"services:
gundb:
image: dimensiondev/gun:latest
restart: always
ports:
- "127.0.0.1:8765:8765"
volumes:
# ./options.json:/app/options.json
# ./files:/app/files # control web server static files
- ./data:/app/data
```## LICENSE
[AGPL 3.0](https://github.com/DimensionDev/docker-gun/blob/master/LICENSE)