mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #81] [Bug] SSH部署,命令为 docker exec -it nginx nginx -s reload 时会部署失败 #61
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qcmoke on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/81
描述问题
SSH部署,命令为 docker exec -it nginx nginx -s reload 时会部署失败
截图

环境
其他信息
在此处添加关于该问题的任何其他信息。
@qcmoke commented on GitHub (Sep 23, 2024):
已经解决了,去掉 -it 就可以了,改用:docker exec nginx nginx -s reload