mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-20 12:20:25 +08:00
entrypoint.sh: create log dir
This commit is contained in:
@@ -55,6 +55,7 @@ if [[ ${USERMAP_UID} != ${USERMAP_ORIG_UID} ]] || [[ ${USERMAP_GID} != ${USERMAP
|
||||
fi
|
||||
|
||||
create_data_dir
|
||||
create_log_dir
|
||||
create_run_dir
|
||||
|
||||
# fix ownership of ${PG_CONFDIR} (may be necessary if USERMAP_* was set)
|
||||
|
||||
Reference in New Issue
Block a user