doc: fix version number in quick start
This commit is contained in:
parent
e254cc20e5
commit
f3b05ff771
|
@ -132,7 +132,7 @@ docker run \
|
||||||
-v /etc/garage.toml:/path/to/garage.toml \
|
-v /etc/garage.toml:/path/to/garage.toml \
|
||||||
-v /var/lib/garage/meta:/path/to/garage/meta \
|
-v /var/lib/garage/meta:/path/to/garage/meta \
|
||||||
-v /var/lib/garage/data:/path/to/garage/data \
|
-v /var/lib/garage/data:/path/to/garage/data \
|
||||||
dxflrs/garage:v0.9.4
|
dxflrs/garage:v1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Under Linux, you can substitute `--network host` for `-p 3900:3900 -p 3901:3901 -p 3902:3902 -p 3903:3903`
|
Under Linux, you can substitute `--network host` for `-p 3900:3900 -p 3901:3901 -p 3902:3902 -p 3903:3903`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user