👷 docker: github registry with actions

This commit is contained in:
naiba
2021-01-04 21:29:22 +08:00
committed by dushixiang
parent c362d9b98a
commit 2d160c70f9
2 changed files with 25 additions and 2 deletions

View File

@ -6,7 +6,7 @@
docker run -d \
-p 8088:8088 \
--name next-terminal \
--restart always dushixiang/next-terminal:latest
--restart always ghcr.io/dushixiang/next-terminal:latest
```
### 使用`mysql`存储数据
@ -21,7 +21,7 @@ docker run -d \
-e MYSQL_PASSWORD=mysql \
-e MYSQL_DATABASE=next_terminal \
--name next-terminal \
--restart always dushixiang/next-terminal:latest
--restart always ghcr.io/dushixiang/next-terminal:latest
```
### 注意事项 ⚠️