Unofficial Docker image for GUN.eco.
There are some caveats.
docker run -p 8765:8765 dimensiondev/gun
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