Removed for now
This commit is contained in:
@@ -3,3 +3,7 @@
|
||||
### Will continue this later
|
||||
|
||||
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.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
|
||||
|
||||
Reference in New Issue
Block a user