Thoughts? Anything I can to do test or provide detail, please let me know.
Unimus Version : 2.5.1 (will be updating to 2.6.0 shortly, since it just dropped - though I glanced through the changelog and didn't see anything interesting that could be my issue).
Deployed via Docker Compose:
Code: Select all
---
services:
app:
image: docker.io/croc/unimus:2.5.1
environment:
- JAVA_OPTS=-Xms256M -Xmx1024M -Dunimus.core.connect-timeout=20000 -Dunimus.core.inter-connection-delay=1000 -Dunimus.core.cli-expect-timeout=30000
- TZ=America/Chicago
volumes:
- unimus:/etc/unimus
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.unimus.rule=Host(`unimus.ff.lan`)
- traefik.http.routers.unimus.tls=true
- traefik.http.services.unimus.loadbalancer.server.port=8085
networks:
- main
networks:
main:
name: main
external: true
volumes:
unimus: