Skip to content
Prev Previous commit
Next Next commit
[nexus] use local nexus deployment
  • Loading branch information
mgrzybek committed Sep 18, 2019
commit b9fe812342621919b34cd31a331a1988edfa33ef
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ volumes:

services:
nexus:
build: ./docker-nexus3
build: ./nexus
restart: always
ports:
- "18081:8081"
Expand Down