mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
Merge pull request 'fix path missmatch between config and docker in quickstart doc' (#1339) from 1686a/doc-incoherent-path into main-v2
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1339 Reviewed-by: maximilien <git@mricher.fr>
This commit is contained in:
@@ -130,8 +130,8 @@ docker run \
|
|||||||
--name garaged \
|
--name garaged \
|
||||||
-p 3900:3900 -p 3901:3901 -p 3902:3902 -p 3903:3903 \
|
-p 3900:3900 -p 3901:3901 -p 3902:3902 -p 3903:3903 \
|
||||||
-v /path/to/garage.toml:/etc/garage.toml \
|
-v /path/to/garage.toml:/etc/garage.toml \
|
||||||
-v /path/to/garage/meta:/var/lib/garage/meta \
|
-v /tmp/meta:/tmp/meta \
|
||||||
-v /path/to/garage/data:/var/lib/garage/data \
|
-v /tmp/data:/tmp/data \
|
||||||
dxflrs/garage:v2.2.0
|
dxflrs/garage:v2.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user