Skip to content

Commit 0156b28

Browse files
committed
docs: Update README
1 parent e8ebb58 commit 0156b28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ brew upgrade yusuf-musleh/mmar-tap/mmar
5050
The fastest way to create a tunnel what is running on your `localhost:8080` using [Docker](https://www.docker.com/) is by running this command:
5151

5252
```
53-
docker run --rm --network host ghcr.io/yusuf-musleh/mmar:v0.2.1 client --local-port 8080
53+
docker run --rm --network host ghcr.io/yusuf-musleh/mmar:v0.2.2 client --local-port 8080
5454
```
5555

5656
### Linux
@@ -133,7 +133,7 @@ To deploy mmar on your own VPS using docker, you can do the following:
133133
```yaml
134134
services:
135135
mmar-server:
136-
image: "ghcr.io/yusuf-musleh/mmar:v0.2.1" # <----- make sure to use the mmar's latest version
136+
image: "ghcr.io/yusuf-musleh/mmar:v0.2.2" # <----- make sure to use the mmar's latest version
137137
restart: unless-stopped
138138
command: server
139139
environment:
@@ -215,7 +215,7 @@ To deploy mmar on your own VPS using docker, you can do the following:
215215
- caddy_data:/data
216216
- caddy_config:/config
217217
mmar-server:
218-
image: "ghcr.io/yusuf-musleh/mmar:v0.2.1" # <----- make sure to use the mmar's latest version
218+
image: "ghcr.io/yusuf-musleh/mmar:v0.2.2" # <----- make sure to use the mmar's latest version
219219
restart: unless-stopped
220220
command: server
221221
environment:

0 commit comments

Comments
 (0)