Update nexus/docker-compose.yml
This commit is contained in:
parent
41f6d71ed4
commit
9973d67927
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ services:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
- 8082:8082
|
- 8082:8082
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/appdata/nexus:/nexus-data ## Need to run sudo chown -R 200 /docker/appdata/nexus/ for this to work
|
- /docker/appdata/nexus:/nexus-data ## To get to work run: sudo chown -R 200 /docker/appdata/nexus/ | cat /docker/appdata/nexus/admin.password
|
||||||
|
|
Reference in a new issue