Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.06 KB

docker-gun

Docker Automated Build Docker Pulls Docker Stars

Unofficial Docker image for GUN.eco.

There are some caveats.

command line

docker run -p 8765:8765 dimensiondev/gun

docker-compose.yaml (sample code)

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