File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
33### Changed
44- remove php hard-coded dependency on config folder
5+ - devbox.ini php settings
56
67### Fixed
78- install ohmyzsh with sudo "power"
9+ - elastic hq now has an alias for elasticsearch server
810
911## 0.1.1
1012
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ services:
208208
209209 # ------------------------------------------------------------
210210 # elasticsearch hq (monitoring)
211+ # use port 5000
211212 # ------------------------------------------------------------
212213# elasticsearch-hq:
213214# container_name: ${COMPOSE_PROJECT_NAME}_${ELASTICSEARCH_HQ_SERVICE_NAME}
@@ -216,6 +217,9 @@ services:
216217# networks:
217218# app_net:
218219# ipv4_address: ${IP_ELASTICSEARCH_HQ_SERVICE}
220+ #
221+ # extra_hosts:
222+ # - ${ELASTICSEARCH_SERVICE_NAME}-server:${IP_ELASTICSEARCH_SERVICE}
219223
220224 # ------------------------------------------------------------
221225 # ngrok
You can’t perform that action at this time.
0 commit comments