@hister I am getting issues using this compose.yaml
services:
hister:
image: ghcr.io/asciimoo/hister:l>
container_name: hister
user: '1000:1000'
restart: unless-stopped
environment:
- HISTER__SERVER__ADDRESS=0.0.0.0:4433
- HISTER__SERVER__BASE_URL=http://192.168.1.12:4433
volumes:
- ./data:/hister/data
ports:
- 4433:4433