Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ./data:/data
image: vaultwarden/server:1.32.4-alpine
image: vaultwarden/server:1.32.5-alpine
labels:
createdBy: "Apps"
networks:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在提供的代码片段中没有发现明显的问题或需要改进的地方。不过,如果服务器版本从1.32.4调整为1.32.5,并且将端口配置也做了相应更改,那么就无需对原有部分进行修改了。但是,如果是其他方面的变更或者你想要优化某个方面,请提供更多相关信息以便进一步协助和指导。

Expand Down