Removed for now
This commit is contained in:
@@ -2,4 +2,8 @@
|
|||||||
|
|
||||||
### Will continue this later
|
### Will continue this later
|
||||||
|
|
||||||
https://store.docker.com/_/xwiki
|
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
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_INITDB_ARGS: "--encoding=UTF8 -k \"\"" # UTF8 Encoding and disable listening on unix socket
|
POSTGRES_INITDB_ARGS: "--encoding=UTF8"
|
||||||
POSTGRES_DB: xwiki
|
POSTGRES_DB: xwiki
|
||||||
POSTGRES_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
POSTGRES_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
POSTGRES_USER: xwiki_user
|
POSTGRES_USER: xwiki_user
|
||||||
|
|||||||
Reference in New Issue
Block a user