Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Apr 3, 2024
2 parents 16abc37 + 1e3c7c7 commit afb0023
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docker-compose.bibigrid.host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
container_name: simplevm_client_filebeat
image: docker.elastic.co/beats/filebeat:8.13.0
network_mode: host # Use the host network namespace

env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:

# filebeat
simplevm_filebeat:
image: docker.elastic.co/beats/filebeat:8.13.0
image: docker.elastic.co/beats/filebeat:8.13.1
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:

simplevm_client_filebeat:
container_name: simplevm_client_filebeat
image: docker.elastic.co/beats/filebeat:8.13.0
image: docker.elastic.co/beats/filebeat:8.13.1
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
# filebeat
simplevm_client_filebeat:
container_name: simplevm_client_filebeat
image: docker.elastic.co/beats/filebeat:8.13.0
image: docker.elastic.co/beats/filebeat:8.13.1
env_file:
- .env
volumes:
Expand Down

0 comments on commit afb0023

Please sign in to comment.