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

Commit cc1ca0a

Browse files
committed
doc(docker): fix docker image tag
1 parent e7e0db7 commit cc1ca0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use it online : [snut.thomasset.co](https://snut.thomasset.co/)
1111
### Installation
1212

1313
```shell
14-
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
14+
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
1515
```
1616

1717
### Configuration

0 commit comments

Comments
 (0)