容器化

This commit is contained in:
1iaan
2026-04-07 11:46:41 +08:00
parent 78519fbfe5
commit aee84df665
4 changed files with 76 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<config>
<server>
<ip>127.0.0.1</ip>
<ip>0.0.0.0</ip>
<port>8888</port>
<mode>master</mode>
@@ -18,7 +18,7 @@
</log>
<persistence>
<type>none</type>
<type>incremental</type>
<dir>data</dir>
<wal>kvs_oplog.db</wal>