Skip to content

Commit

Permalink
Downgrade ES as new PHP server uses old ES
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Oct 10, 2024
1 parent 818f054 commit a01e596
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:

php-api:
image: "openml/php-rest-api"
build:
context: ./docker/php/
ports:
- "8002:80"
depends_on:
Expand Down Expand Up @@ -47,7 +45,7 @@ services:
- database

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.4
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.23
container_name: "elasticsearch"
ports:
- "9200:9200"
Expand Down

0 comments on commit a01e596

Please sign in to comment.