mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
11 lines
102 B
Markdown
11 lines
102 B
Markdown
|
nexus3
|
||
|
======
|
||
|
|
||
|
## up and running
|
||
|
|
||
|
```bash
|
||
|
$ mkdir data
|
||
|
$ chown -R 200 data
|
||
|
$ docker-compose up -d
|
||
|
```
|