Skip to content

Commit

Permalink
Update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Sep 16, 2024
1 parent 2193d7f commit 0fc7b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### 🐳 Docker

```sh
docker run -d -p 6989:6989 --name nexterm --restart always -v nexterm:/app/data germannewsmaker/nexterm:1.0.1-OPEN-PREVIEW
docker run -d -p 6989:6989 --name nexterm --restart always -v nexterm:/app/data germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
```

### 📦 Docker Compose
Expand All @@ -20,7 +20,7 @@ services:
restart: always
volumes:
- nexterm:/app/data
image: germannewsmaker/nexterm:1.0.1-OPEN-PREVIEW
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
volumes:
nexterm:
```
Expand Down

0 comments on commit 0fc7b35

Please sign in to comment.