Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
9255c4a7
Commit
9255c4a7
authored
Oct 02, 2021
by
Benedict Baskar
Committed by
Kristian Klausen
Oct 02, 2021
Browse files
Change log-driver settings
parent
19afd18b
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/gitlab/tasks/main.yml
View file @
9255c4a7
...
...
@@ -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
...
...
roles/gitlab_runner/files/daemon.json
View file @
9255c4a7
{
"ipv6"
:
true
,
"fixed-cidr-v6"
:
"fd00::/80"
,
"cgroup-parent"
:
"docker.slice"
"cgroup-parent"
:
"docker.slice"
,
"log-driver"
:
"journald"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment