Skip to content

Commit

Permalink
feat: 很多地方默认显示缩略图,而不是原图
Browse files Browse the repository at this point in the history
  • Loading branch information
dingdangdog committed Jun 29, 2024
1 parent b5519c6 commit 72401d0
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 349 deletions.
11 changes: 6 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: "3"
version: "3.0"

services:
image-oss:
image: dingdangdog/image-oss:latest
container_name: image-oss
image: dingdangdog/image-oss:2.0.1
restart: always
environment:
TZ: "Asia/Shanghai"
volumes:
- ${PWD}/images:/data/image-oss/images
- ${PWD}/application.yml:/usr/image-oss/jar/application.yml
- ./images:/app/images
- ./config.json:/app/config/config.json
ports:
- 11080:80
- 11080:80
Loading

0 comments on commit 72401d0

Please sign in to comment.