Skip to content

Commit 363e653

Browse files
committed
small changes
1 parent a825134 commit 363e653

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"editor.fontSize": 11
2+
// "editor.fontSize": 12
33
}

elastic_secure/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ yarn-error.log*
3131

3232
/certs/
3333

34+
/nginx/
3435
# vercel
3536
.vercel
3637

3738
# typescript
3839
*.tsbuildinfo
3940
next-env.d.ts
41+
42+
docker-compose-cloudflared.yml

elastic_secure/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.8'
1+
# version: '3.8'
22

33
services:
44
es01:

0 commit comments

Comments
 (0)