/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
f8888dbd02
commit
c0db1be661
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ check_interval = 0
|
||||||
oom_kill_disable = false
|
oom_kill_disable = false
|
||||||
disable_cache = false
|
disable_cache = false
|
||||||
volumes = ["/home/admin/pelican-themes/:/themes", "/var/www/webapp_doohoyi/nosignal.hopto.org_site/ci:/site-public:rw"]
|
volumes = ["/home/admin/pelican-themes/:/themes", "/var/www/webapp_doohoyi/nosignal.hopto.org_site/ci:/site-public:rw"]
|
||||||
|
# above is important, --> https://stackoverflow.com/a/38099850
|
||||||
shm_size = 0
|
shm_size = 0
|
||||||
network_mode = "host" # check your network name with 'docker network ls' --> https://stackoverflow.com/a/50461875
|
network_mode = "host" # check your network name with 'docker network ls' --> https://stackoverflow.com/a/50461875
|
||||||
[runners.cache]
|
[runners.cache]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue