浏览代码

PROD-1221: Don't expose postgres port externally

Blake Schneider 5 年之前
父节点
当前提交
43ba4b410f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -20,8 +20,8 @@ services:
     container_name: nantum-vtn-db
     expose:
       - 5432
-    ports:
-      - 55432:5432
+#    ports:
+#      - 55432:5432
     image: postgres:9.5
     volumes:
       - postgres_data:/var/lib/postgresql/data