File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ brew upgrade yusuf-musleh/mmar-tap/mmar
5050The 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:
You can’t perform that action at this time.
0 commit comments