Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4. nexus:
  5. image: sonatype/nexus3
  6. volumes:
  7. - "nexus-docker-compose_nexus-data:/nexus-data"
  8. restart: always
  9. ports:
  10. - "8081:8081"
  11. - "1111:1111"
  12. - "5555:5555"
  13.  
  14. volumes:
  15. nexus-docker-compose_nexus-data:
  16. external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement