Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion apps/postgresql/13.17-alpine/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
postgres:
container_name: ${CONTAINER_NAME}
image: postgres:13.17-alpine
image: postgres:13.18-alpine
restart: always
environment:
- POSTGRES_USER=${PANEL_DB_ROOT_USER}

Choose a reason for hiding this comment

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

您提供的代码没有明显的错误或问题,看起来是正确的配置设置。这是一个基本的Dockerfile模板,并遵循了容器构建的最佳实践。如果您需要进一步的帮助,请详细说明您的特定需求和预期行为。

Expand Down