Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Updating nexus image version
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmanshu.singh committed Oct 24, 2016
1 parent 7654876 commit 70f4f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,13 @@ selenium-node-firefox:
nexus:
container_name: nexus
restart: always
image: accenture/adop-nexus:0.1.0
image: accenture/adop-nexus:0.1.3
net: ${CUSTOM_NETWORK_NAME}
expose:
- "8081"
environment:
NEXUS_BASE_URL: "${PROTO}://${TARGET_HOST}/nexus"
DEBUG_LOGGING: "false"
LDAP_SEARCH_BASE: "${LDAP_FULL_DOMAIN}"
LDAP_ENABLED: "true"
LDAP_URL: "ldap"
Expand Down

0 comments on commit 70f4f63

Please sign in to comment.