From f90fa64dfb9a720d856a04eaeb4ea5770476584f Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 17 Dec 2018 23:34:54 -0500 Subject: [PATCH] Removed for now --- templates/XWiki/0/README.md | 6 +++++- templates/XWiki/0/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/XWiki/0/README.md b/templates/XWiki/0/README.md index 9bea272..d068197 100644 --- a/templates/XWiki/0/README.md +++ b/templates/XWiki/0/README.md @@ -2,4 +2,8 @@ ### Will continue this later -https://store.docker.com/_/xwiki \ No newline at end of file +https://store.docker.com/_/xwiki + + +# TODO +* Look into disabling listening on unix socket, as it's not needed, and the workaround is required for it \ No newline at end of file diff --git a/templates/XWiki/0/docker-compose.yml b/templates/XWiki/0/docker-compose.yml index 5ff4615..48e2f75 100644 --- a/templates/XWiki/0/docker-compose.yml +++ b/templates/XWiki/0/docker-compose.yml @@ -52,7 +52,7 @@ services: - 1.1.1.1 - 1.0.0.1 environment: - POSTGRES_INITDB_ARGS: "--encoding=UTF8 -k \"\"" # UTF8 Encoding and disable listening on unix socket + POSTGRES_INITDB_ARGS: "--encoding=UTF8" POSTGRES_DB: xwiki POSTGRES_ROOT_PASSWORD: ${DB_ROOT_PASS} POSTGRES_USER: xwiki_user