From 294a37c27f50a9fe93ce7aea58be10ac1ba137e8 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 17 Dec 2018 23:21:12 -0500 Subject: [PATCH] Bug fixing testing --- templates/XWiki/0/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/XWiki/0/docker-compose.yml b/templates/XWiki/0/docker-compose.yml index 0f8a3ce..f393e60 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" + POSTGRES_INITDB_ARGS: "--encoding=UTF8 -k ''" # UTF8 Encoding and disable listening on unix socket POSTGRES_DB: xwiki POSTGRES_ROOT_PASSWORD: ${DB_ROOT_PASS} POSTGRES_USER: xwiki_user @@ -71,7 +71,8 @@ services: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data - - /RancherCattle/${DATA_DIR}/Temp:/var/run/postgresql # Band-aid for PostgreSQL issue of being "out of space" + - /RancherCattle/${DATA_DIR}/Temp1:/var/run/postgresql # Band-aid for PostgreSQL issue of being "out of space" + - /RancherCattle/${DATA_DIR}/Temp2:/usr/local/pgsql # Attempt to fix minor issue networks: db-admin: