Skip to content

Ver 0.1.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ziteh ziteh released this 15 Sep 07:20
· 70 commits to main since this release
ba75384

First release.

# docker-compose.yml
version: "3"
services:
  app:
    image: hie
    build:
      context: .  # Build the Docker image from the Dockerfile in the current directory
    ports:
      - "5888:3000"  # Map port 3000 inside the container to port 5888 on the host
    volumes:
      - HOST_DIR:/app/data  # Mount the host directory HOST_DIR to /app/data inside the container
    # restart: always  # Uncomment this line to always restart the container unless explicitly stopped

Change HOST_DIR to your host directory, for example: C:\Users:/app/data

  • Windows11 23H2 + Docker version 26.0.0, build 2ae903e
  • Synology DS420+ (INTEL Celeron J4025, RAM 2+8GB) DSM 7.2.1-69057 Update 5 + Container Manager 20.10.23-1437