Skip to content

Commit e2907e2

Browse files
gitmoppldurnez
authored andcommitted
Changed default value of HTTP[S]_PROXY
1 parent 7ff7548 commit e2907e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ services:
1515
context: .
1616
args:
1717
- OPENCVE_VERSION=${OPENCVE_VERSION}
18-
- HTTP_PROXY=${HTTP_PROXY}
19-
- HTTPS_PROXY=${HTTPS_PROXY}
18+
- HTTP_PROXY=${HTTP_PROXY:-}
19+
- HTTPS_PROXY=${HTTPS_PROXY:-}
2020
dockerfile: Dockerfile
2121
depends_on:
2222
- postgres

0 commit comments

Comments
 (0)