Skip to content
Prev Previous commit
Next Next commit
[nexus] add a TODO for Nexus3 and proxy
  • Loading branch information
mgrzybek committed Sep 23, 2019
commit d7711212783d2e46eeaadee3d2184dadffe1584b
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
nexus:
# Nexus3 uses chef-solo. HTTP_PROXY env is not used.
# TODO: deal with Nexus3 and proxies.
build: ./nexus
restart: always
networks:
Expand Down