diff --git a/README.md b/README.md index e35312e..9812148 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Docker REST API for NSFW detection with [NSFWJS](https://github.com/infinitere ## Installation ```shell -docker run -p 3333:3333 -d --name nsfwjs andresribeiroo/nsfwjs:1.2 +docker run -p 3333:3333 -d --name nsfwjs andresribeiroo/nsfwjs:1.3 ``` If you are deploying in production, you will probably want to pass the `--restart always` flag to start the container whenever the server restarts