Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Feb 15, 2024
1 parent 7aab6cf commit 5736990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ phpMyAdmin登录的信息请对照api.env配置文件填写。请定期使用php

#### docker命令说明

docker hub with mysql 启动
docker hub with mysql 启动 (支持arm)
```sh
docker compose --env-file api.env -f docker-compose-hub.yml up -d
```
Expand All @@ -118,7 +118,7 @@ docker hub no mysql 升级
docker compose --env-file api-no-mysql.env -f docker-compose-hub-no-mysql.yml pull && docker compose --env-file api-no-mysql.env -f docker-compose-hub-no-mysql.yml up -d
```

阿里云 with mysql 启动
阿里云 with mysql 启动 (支持arm)
```sh
docker compose --env-file api.env -f docker-compose-ali.yml up -d
```
Expand Down

0 comments on commit 5736990

Please sign in to comment.