Skip to content

Commit

Permalink
don't use restart option
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Nguyên committed Jan 15, 2019
1 parent 767e599 commit 8e5f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastic-latest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
ports: ['5601:5601']
networks: ['esnet']
depends_on: ['es01']
restart: on-failure
#restart: on-failure
environment:
- XPACK_MONITORING_ENABLED=${MONITORING_ENABLED}
- ELASTICSEARCH_URL=http://es01:9200
Expand Down

0 comments on commit 8e5f24d

Please sign in to comment.