This website requires JavaScript.
Explore
Help
Sign In
abhors
/
demo
Watch
1
Star
0
Fork
You've already forked demo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8af1a70535
demo
/
dockercompose
/
nexus
/
cmd.sh
5 lines
113 B
Bash
Raw
Blame
History
#!/bin/bash
# 启动nexus需要先给目录权限否则启动不了
mkdir nexus-data
chown -R 200:200 nexus-data
Reference in New Issue
View Git Blame
Copy Permalink