You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/docker/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,15 @@ docker run -d \
71
71
-p 9001:9001 \
72
72
-v /mnt/rustfs/data:/data \
73
73
-e RUSTFS_ACCESS_KEY=rustfsadmin \
74
-
-e RUSTFS_SECRET_KEY=rustfsadmin \
74
+
-e RUSTFS_SECRET_KEY=change-your-password \
75
75
-e RUSTFS_CONSOLE_ENABLE=true \
76
76
-e RUSTFS_SERVER_DOMAINS=example.com \
77
77
rustfs/rustfs:latest \
78
78
--address :9000 \
79
79
--console-enable \
80
80
--server-domains example.com \
81
81
--access-key rustfsadmin \
82
-
--secret-key rustfsadmin \
82
+
--secret-key change-your-password \
83
83
/data
84
84
```
85
85
@@ -90,7 +90,7 @@ docker run -d \
90
90
-e RUSTFS_ADDRESS=:9000 \
91
91
-e RUSTFS_SERVER_DOMAINS=example.com \
92
92
-e RUSTFS_ACCESS_KEY=rustfsadmin \
93
-
-e RUSTFS_SECRET_KEY=rustfsadmin \
93
+
-e RUSTFS_SECRET_KEY=change-your-password \
94
94
-e RUSTFS_CONSOLE_ENABLE=true \
95
95
```
96
96
@@ -99,7 +99,7 @@ docker run -d \
99
99
--address :9000 \
100
100
--server-domains example.com \
101
101
--access-key rustfsadmin \
102
-
--secret-key rustfsadmin \
102
+
--secret-key change-your-password \
103
103
--console-enable \
104
104
```
105
105
@@ -137,10 +137,10 @@ docker run -d \
137
137
-p 9001:9001 \
138
138
-v /mnt/data:/data \
139
139
-e RUSTFS_ACCESS_KEY=rustfsadmin \
140
-
-e RUSTFS_SECRET_KEY=rustfsadmin \
140
+
-e RUSTFS_SECRET_KEY=change-your-password \
141
141
rustfs/rustfs:latest \
142
142
--access-key rustfsadmin \
143
-
--secret-key rustfsadmin \
143
+
--secret-key change-your-password \
144
144
/data
145
145
```
146
146
@@ -207,7 +207,7 @@ CONTAINER ID IMAGE COMMAND
207
207
e07121ecdd39 rustfs/rustfs:latest "/entrypoint.sh rust…" 2 seconds ago Up 1 second (health: starting) 0.0.0.0:9000-9001->9000-9001/tcp, :::9000-9001->9000-9001/tcp rustfs-server
0 commit comments