1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-15 18:13:19 +12:00

fix: Fix errors in readme

This commit is contained in:
Michael Serajnik 2018-11-30 16:09:59 +01:00
parent e98994f753
commit 9d1f773ce7
2 changed files with 8 additions and 4 deletions

View file

@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### 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

View file

@ -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