瀏覽代碼

Declaro DATABASE en entrypoint.sh

Celestino Rey 1 年之前
父節點
當前提交
04c43a2a98
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/config/entrypoint.sh

+ 1 - 0
src/config/entrypoint.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 RUN_PORT="8000"
+DATABASE=postgres
 SQL_HOST=postgresql
 SQL_PORT=5432