jgraph / docker-drawio

Dockerized draw.io based on whichever is the most secure image at the time.
GNU General Public License v3.0
1.48k stars 359 forks source link

Problems running the docker compose file #161

Open sarpuser opened 2 months ago

sarpuser commented 2 months ago

I copied the docker-compose file and I am not getting it to work. I am getting a http status 404 from apache.

Separately, I was trying to run the container with a drawio:drawio user. When I used user: "UID:GID" in the docker-copmpose file I got an error saying those IDs did not exist (when in fact they did). I also tried using the PUID & PGID env variables but those didn't seem to affect anything.

Also, there are no volume mappings. Does the webserver dissapear and is recreated every time I restart the container? Where are the diagrams stored?