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