DOCAT v0.0.13 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
  • docker run \ --detach \ --volume /path/to/doc:/var/docat/doc/ \ --volume /path/to/locations:/etc/nginx/locations.d/ \ --publish 8000:80 \ randombenj/docat:0.0.12
    

Previous changes from v0.0.11

  • 🛠 This is just a bugfix release for 0.0.10

    docker run \
      --detach \
      --volume /path/to/doc:/var/docat/doc/ \
      --volume /path/to/locations:/etc/nginx/locations.d/ \
      --publish 8000:80 \
      randombenj/docat:0.0.11