Sign inSign up

papersman/helixs

By papersman

•Updated 10 months ago

Image
0

495

papersman/helixs repository overview

docker-compose.yml

services:
  helixs:
    image: papersman/helixs:latest
    restart: unless-stopped
    ports:
      - "3234:3234"
    environment:
      - lang=zh
      - title=HELIXS
    volumes:
      - ./public/config.json:/app/public/config.json:ro
ENVDescription
PORTService listening port (default: 3234).
langDefault language (en by default). If custom i18n is mounted, can be set to zh or others.
titleCustom text for the top-left logo (default: HELIXS).
docker_host_ipHost machine IP where the container runs. Use when the service and this navigation page are on the same host to bypass Docker network isolation.
alt_modeDefault false. When enabled, offline services appear gray with strikethrough.

Tag summary

Content type

Image

Digest

sha256:954b5f76e…

Size

61.5 MB

Last updated

10 months ago

docker pull papersman/helixs