Skip to content

Commit

Permalink
unify env field order
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Dec 13, 2023
1 parent 988f0aa commit 60884a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ services:
restart: always
environment:
discovery.type: single-node
ELASTIC_PASSWORD: password
xpack.security.http.ssl.enabled: false
ELASTIC_PASSWORD: password
ports:
- "9200:9200"
- "9300:9300"
Expand Down

0 comments on commit 60884a2

Please sign in to comment.