Skip to content
Snippets Groups Projects
Commit 4f81bd09 authored by Benedict Baskar's avatar Benedict Baskar
Browse files

Push docker logs to journald

parent 693bab32
No related branches found
No related tags found
No related merge requests found
Pipeline #10430 passed
......@@ -19,6 +19,7 @@
network_mode: host
pull: true
restart_policy: always
log_driver: journald
env:
# See https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
# 1. In order to figure out what needs to go into 'idp_cert_fingerprint', run
......
......@@ -23,3 +23,4 @@ listen_address = ":9252"
disable_cache = false
volumes = ["/cache"]
shm_size = 0
log-driver = 'journald'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment