Skip to content

Commit e09b2f6

Browse files
update
1 parent f4a3218 commit e09b2f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/security/audit-log.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ docker run --rm --init \
5252
--publish 8080:8080 --pull always \
5353
--volume ~/.bytebase/data:/var/opt/bytebase \
5454
bytebase/bytebase:latest \
55-
--enable-json-logging
55+
--port 8080 --data /var/opt/bytebase --enable-json-logging
5656
```
5757

58+
<Note>
59+
While using the `--enable-json-logging` flag, you need to specify the port and data directory.
60+
</Note>
61+
5862
### Example output
5963

6064
**Default format (key-value pairs):**

0 commit comments

Comments
 (0)