Skip to content

Commit

Permalink
程序本身没问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiming748 committed Aug 10, 2024
1 parent 53d8b72 commit 46b6339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
limits:
memory: 8192M
cpus: '4'
environment:
- root=/data
# environment:
# - root=/data

1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ func main() {
bar.Set(i)
conv.ProcessImage(file)
}
log.Println("任务完成")
}

0 comments on commit 46b6339

Please sign in to comment.