We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ccd0f commit 1879038Copy full SHA for 1879038
1 file changed
deploy/docker-compose.yml
@@ -212,8 +212,6 @@ services:
212
timeout: 5s
213
retries: 5
214
start_period: 10s
215
- ports:
216
- - 5432:5432
217
# 注意:不暴露端口到宿主机,应用通过内部网络连接
218
# 如需调试,可临时添加:ports: ["127.0.0.1:5433:5432"]
219
@@ -249,8 +247,8 @@ services:
249
247
250
248
251
start_period: 5s
252
253
- - 6379:6379
+ # 注意:不暴露端口到宿主机,应用通过内部网络连接
+ # 如需调试,可临时添加:ports: ["127.0.0.1:6379:6379"]
254
# =============================================================================
255
# Volumes
256
0 commit comments