All Questions
1 question
0
votes
1
answer
77
views
Creating a docker container of the generated SchemaSpy documentation site
I'm trying to create a permanent docker container to host the documentation site generated by SchemaSpy of my mysql database.
Here is the relevant section from my docker-compose.yaml:
docs:
...