Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[nexus] add a TODO for Nexus3 and proxy
  • Loading branch information
mathieu.grzybek 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