structurizr / onpremises

Structurizr on-premises installation
https://docs.structurizr.com/onpremises
MIT License
117 stars 45 forks source link

Documentation not working in docker image 3196 #80

Closed SaschaWeisenberger closed 8 months ago

SaschaWeisenberger commented 8 months ago

Description

The build 3194 is still working, but from 3196 on the documentaion page is not working. There is only an empty page. In the browser console I can see GET http://localhost:8081/workspace/5/documentation net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Steps to reproduce

execute docker compose file

version: '3.8'

services:
  structurizree:
    container_name: structurizree
    pull_policy: always
    restart: always
    image: structurizr/onpremises:3196
    ports:
    - 8081:8080
    volumes:
    - ./data/:/usr/local/structurizr

create a workspace and push a workspace.dsl with structurizr cli

Screenshot

No response

Code sample

No response

Configuration

No response

Severity

Minor

Priority

Low

Resolution

I have no budget and there's no rush, please fix this for free

More information

No response