mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:27:48 +08:00
14 lines
268 B
YAML
14 lines
268 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
logstash:
|
|
image: docker.io/bitnami/logstash:9.3
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- logstash_data:/bitnami
|
|
volumes:
|
|
logstash_data:
|
|
driver: local
|