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: seekdb/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Below is a table of supported environment variables for the image:
42
42
| INIT_SCRIPTS_PATH | The path in the container containing the init scripts. |
43
43
| SEEKDB_DATABASE | The name of the database to be created at startup. |
44
44
45
-
If you'd like to modify other seekdb parameters, you can do mount a configuration file into `/etc/oceanbase/seekdb.cnf` in the container, the default configuration file is as follows.
45
+
If you'd like to modify other seekdb parameters, you can do mount a configuration file into `/etc/seekdb/seekdb.cnf` in the container, the default configuration file is as follows.
46
46
47
47
```
48
48
datafile_size=2G
@@ -58,7 +58,7 @@ log_disk_size=2G
58
58
The start command should be like this.
59
59
```
60
60
# **Note:** If you decide to use a configuration file, please don't specify the resource related environment variables.
61
-
docker run -d -p 2881:2881 -p 2886:2886 -v {config_file}:/etc/oceanbase/seekdb.cnf oceanbase/seekdb
61
+
docker run -d -p 2881:2881 -p 2886:2886 -v {config_file}:/etc/seekdb/seekdb.cnf oceanbase/seekdb
0 commit comments