Skip to content

Commit

Permalink
👋update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zkep committed Jan 25, 2025
1 parent 4170939 commit f1bd232
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ cd mygeektime/docker
# 没有极客时间VIP的用户,执行下面命令,下载默认数据,默认数据不全,仅仅为了演示功能
wget https://github.com/zkep/mygeektime/releases/download/v0.0.1/tasks.sql -O mysql/init/tasks.sql

# Apple M1 , M2 修改docker-compose.yml 第35行镜像改成 使用 zkep/mygeektime:mac-m

docker-compose up -d
```
浏览器访问: http://127.0.0.1:8090
Expand Down
2 changes: 2 additions & 0 deletions README_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ git clone https://github.com/zkep/mygeektime.git

cd mygeektime/docker

# Apple M1 , M2 modify docker-compose.yml 35 line use zkep/mygeektime:mac-m

# download default data
wget https://github.com/zkep/mygeektime/releases/download/v0.0.1/tasks.sql -O mysql/init/tasks.sql

Expand Down
2 changes: 2 additions & 0 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cd mygeektime/docker
# 下载默认数据表
wget https://github.com/zkep/mygeektime/releases/download/v0.0.1/tasks.sql -O mysql/init/tasks.sql

# Apple M1 , M2 修改docker-compose.yml 第35行镜像改成 使用 zkep/mygeektime:mac-m

# 后台启动服务
docker-compose up -d
```
Expand Down

0 comments on commit f1bd232

Please sign in to comment.