update graylog

This commit is contained in:
Marcel Dechert 2022-05-29 11:06:54 +01:00
parent 5f7997b7a8
commit 3b94be9eb7

View File

@ -31,7 +31,7 @@ services:
graylog: graylog:
container_name: graylog container_name: graylog
# use jre image, beacuse it is arm compatible # use jre image, beacuse it is arm compatible
image: graylog/graylog:4.2-jre11 image: graylog/graylog:4.3-jre11
environment: environment:
# CHANGE ME (must be at least 16 characters)! # CHANGE ME (must be at least 16 characters)!
- GRAYLOG_PASSWORD_SECRET=somepasswordpepper - GRAYLOG_PASSWORD_SECRET=somepasswordpepper
@ -60,4 +60,3 @@ services:
networks: networks:
graylog: graylog:
driver: bridge driver: bridge