Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
doc(docker): fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Apr 11, 2023
1 parent e7e0db7 commit cc1ca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Use it online : [snut.thomasset.co](https://snut.thomasset.co/)
### Installation

```shell
docker run -d --restart unless-stopped -v $(pwd)/db:/app/db -e DATABASE_PATH=/app/db/db.sqlite -p 3000:3000 --name snut corentinth/snut:latest
docker run -d --restart unless-stopped -v $(pwd)/db:/app/db -e DATABASE_PATH=/app/db/db.sqlite -p 3000:3000 --name snut corentinth/snut:nightly
```

### Configuration
Expand Down

0 comments on commit cc1ca0a

Please sign in to comment.