Skip to content

Commit 74e50fd

Browse files
author
零式的天空
authored
Update README_zh.md
1 parent 70d5c45 commit 74e50fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AssetOS 是一个简单易用的开源物品持有成本追踪系统,帮助您
3838

3939
services:
4040
assetos:
41-
image: php:8.2-apache
41+
image: tans0008/assetos:latest
4242
container_name: assetOS
4343
ports:
4444
- "8080:80"
@@ -89,7 +89,7 @@ docker run -d \
8989
-v $(pwd):/var/www/html \
9090
-v $(pwd)/data:/var/www/html/db \
9191
--restart unless-stopped \
92-
php:8.1-apache
92+
tans0008/assetos:latest
9393

9494
# 安装 SQLite 扩展
9595
docker exec assetOS bash -c "apt-get update && apt-get install -y sqlite3 libsqlite3-dev && docker-php-ext-install pdo pdo_sqlite"

0 commit comments

Comments
 (0)