Changes between Version 25 and Version 26 of DevWikiDockerTesting
- Timestamp:
- 01/30/23 13:09:29 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiDockerTesting
v25 v26 50 50 # change whatever to something more secure, if you care 51 51 psql -U postgres -p 5436 -c "ALTER ROLE postgres PASSWORD 'whatever';" 52 echo "host all all 0.0.0.0/0 scram-sha-256" >> /etc/postgresql/${PGVER}/main/pg_hba. 53 52 54 service postgresql restart ${PGVER} 53 55 echo