mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 04:21:51 +08:00
do not assign a password for root since we have removed the ssh server
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
# generate a password for root.
|
||||
ROOT_PASSWORD=$(pwgen -c -n -1 12)
|
||||
echo "root:$ROOT_PASSWORD" | chpasswd
|
||||
echo User: root Password: $ROOT_PASSWORD
|
||||
|
||||
# start supervisord
|
||||
/usr/bin/supervisord
|
||||
|
||||
|
||||
Reference in New Issue
Block a user