Skip to content

Commit

Permalink
docs: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed May 1, 2023
1 parent 16cb676 commit 359ba26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docker run -itd \
-e TZ=Asia/Shanghai \
-e PUID=1000 \
-e PGID=1000 \
-e DEBUG=false \
-v /root/data/docker_data/easyimage/config:/app/web/config \
-v /root/data/docker_data/easyimage/i:/app/web/i \
ddsderek/easyimage:latest
Expand All @@ -35,6 +36,7 @@ services:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
- DEBUG=false
volumes:
- '/root/data/docker_data/easyimage/config:/app/web/config'
- '/root/data/docker_data/easyimage/i:/app/web/i'
Expand All @@ -55,6 +57,7 @@ docker run -itd \
-e TZ=Asia/Shanghai \
-e PUID=1000 \
-e PGID=1000 \
-e DEBUG=false \
-v /root/data/docker_data/easyimage/config:/app/web/config \
-v /root/data/docker_data/easyimage/i:/app/web/i \
ddsderek/easyimage:latest
Expand All @@ -69,6 +72,7 @@ docker-compose up -d

## 更新日志

- v2.8.1-r3 **正式版** 添加 Debug 模式
- v2.8.1-r1 **正式版** 重写Dokcer镜像,开启Opcache
- v2.8.1 **正式版** 同步更新v2.8.1
- v2.8.0 **正式版** 同步更新v2.8.0
Expand Down

0 comments on commit 359ba26

Please sign in to comment.