Removed unused args from graylog service

This commit is contained in:
MatthewJSalerno
2019-11-23 10:01:37 -05:00
committed by GitHub
parent 5b0bd5edda
commit 214b26304b

View File

@@ -27,8 +27,6 @@ services:
graylog: graylog:
build: build:
context: ./graylog/. context: ./graylog/.
args:
- GRAYLOG_PLUGIN_DIR
volumes: volumes:
- 'graylog_journal:/usr/share/graylog/data/journal' - 'graylog_journal:/usr/share/graylog/data/journal'
- './service-names-port-numbers.csv:/etc/graylog/server/service-names-port-numbers.csv' - './service-names-port-numbers.csv:/etc/graylog/server/service-names-port-numbers.csv'