Skip to content

Commit a7f6834

Browse files
committed
remove api key flag from command
1 parent 11033f5 commit a7f6834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM "typesense/typesense:30.1"
22

3-
CMD ["--data-dir", "/data", "--api-key=$TYPESENSE_ADMIN_API_KEY", "--enable-cors"]
3+
CMD ["--data-dir", "/data", "--enable-cors"]

0 commit comments

Comments
 (0)