mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
don't use docker TLS
This commit is contained in:
parent
95f630777b
commit
815c5ec56d
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ variables:
|
|||
PG_VERSION: 10
|
||||
SRC_DIR: burpui
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
# docker TLS issue. see: https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
||||
image: docker:git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue