mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-04 22:04:25 +02:00
add nexus3
This commit is contained in:
parent
6bb55c8112
commit
b675ab8b52
@ -290,6 +290,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] sonatype/nexus3
|
- [x] sonatype/nexus3
|
||||||
- [x] jazzdd/phpvirtualbox
|
- [x] jazzdd/phpvirtualbox
|
||||||
- [x] jenkins
|
- [x] jenkins
|
||||||
|
- [x] sonatype/nexus3
|
||||||
- [x] jupyter/notebook
|
- [x] jupyter/notebook
|
||||||
- [x] kylemanna/openvpn
|
- [x] kylemanna/openvpn
|
||||||
- [x] metabase/metabase
|
- [x] metabase/metabase
|
||||||
|
22
nexus3/README.md
Normal file
22
nexus3/README.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
nexus3
|
||||||
|
======
|
||||||
|
|
||||||
|
## docker-compose.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
nexus3:
|
||||||
|
image: sonatype/nexus3
|
||||||
|
ports:
|
||||||
|
- "8081:8081"
|
||||||
|
volumes:
|
||||||
|
- ./data:/nexus-data
|
||||||
|
restart: unless-stopped
|
||||||
|
```
|
||||||
|
|
||||||
|
## up and running
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ mkdir data
|
||||||
|
$ chown -R 200 data
|
||||||
|
$ docker-compose up -d
|
||||||
|
```
|
7
nexus3/docker-compose.yml
Normal file
7
nexus3/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
nexus3:
|
||||||
|
image: sonatype/nexus3
|
||||||
|
ports:
|
||||||
|
- "8081:8081"
|
||||||
|
volumes:
|
||||||
|
- ./data:/nexus-data
|
||||||
|
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user