diff --git a/CHANGELOG.md b/CHANGELOG.md index 6711db6..13dc095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.2] - 2018-11-30 + +### Fixed + ++ Fixed errors in readme + ## [1.0.1] - 2018-11-29 ### Fixed -+ Removed unnecessary `VOLUME` declaration in `Dockerfile` ++ Removed unnecessary `VOLUME` declaration in Dockerfile + see [this article](https://boxboat.com/2017/01/23/volumes-and-dockerfiles-dont-mix/) ## 1.0.0 - 2018-11-29 @@ -20,5 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. + Initial release -[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.1...develop +[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.2...develop +[1.0.2]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.0...1.0.1 diff --git a/README.md b/README.md index 7e7fa99..da4a418 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ versions. ## Usage -Likewise, you need to bind the exposed ports. This can be done automatically +First, you need to bind the exposed ports. This can be done automatically using `-P` but it is recommended to bind them manually instead since having changing ports every time you run a new container might be annoying when used in combination with other services. @@ -115,8 +115,8 @@ host. ## Caveats + The built image also includes the hydrus client due to the built releases - always including both of it and the server. This adds quite a bit of size to - the image. + always including both it and the server. This adds quite a bit of size to the + image. + To upgrade hydrus server to a new version, you need to either make a new build yourself (when using `--no-cache` it will automatically download the latest version of hydrus server), upgrade it directly inside the running