Skip to content

Commit 7d7e4ba

Browse files
committed
fix
1 parent ec6fa0c commit 7d7e4ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/zh/installation/docker.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker pull quay.io/rustfs/rustfs
3939

4040
或者使用 docker 拉取:
4141
```bash
42-
docker pull docker://rustfs/rustfs
42+
docker pull rustfs/rustfs
4343

4444
```
4545

@@ -102,7 +102,6 @@ docker run -d \
102102
-e RUSTFS_CONSOLE_ENABLE=true \
103103
-e RUSTFS_SERVER_DOMAINS=example.com \
104104
rustfs/rustfs:latest \
105-
./target/debug/rustfs \
106105
--address :9000 \
107106
--console-address :9001 \
108107
--console-enable \

0 commit comments

Comments
 (0)