new
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
```
|
||||
docker create --name nas-gitea -e APP_NAME="爱德姆不喜欢喝咖啡" \
|
||||
--network=fixbridge --ip=172.16.0.4 \
|
||||
-e RUN_MODE=prod \
|
||||
-e DB_TYPE=mysql \
|
||||
-e DB_HOST=nas-mysql:3306 \
|
||||
-e DB_NAME=gitea_db \
|
||||
-e DB_USER=gitea_user \
|
||||
-e DB_PASSWD=pureblood \
|
||||
-v /volume1/docker/gitea_home/data:/data \
|
||||
-p 0.0.0.0:3000:3000 \
|
||||
-p 0.0.0.0:2222:22 \
|
||||
gitea/gitea:latest
|
||||
```
|
||||
Reference in New Issue
Block a user