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
| ENV | Description |
|---|---|
| PORT | Service listening port (default: 3234). |
| lang | Default language (en by default). If custom i18n is mounted, can be set to zh or others. |
| title | Custom text for the top-left logo (default: HELIXS). |
| docker_host_ip | Host 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_mode | Default false. When enabled, offline services appear gray with strikethrough. |
Content type
Image
Digest
sha256:954b5f76e…
Size
61.5 MB
Last updated
10 months ago
docker pull papersman/helixs