Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
coquille sur le nom d'un container
  • Loading branch information
jphilou authored May 23, 2024
1 parent d2f90c7 commit f6105fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ services:
network: host
environment:
- discovery.type=single-node
- cluster.initial_master_nodes="docker-cluster"
ports:
- 9200:9200
- 9300:9300

logstash5:
platform: linux/x86_64
name: logstash5
container_name: logstash5
build:
context: .
dockerfile: logstash5.Dockerfile
Expand Down

0 comments on commit f6105fd

Please sign in to comment.