You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide mechanism to extend this image by providing additional SQL scripts to be executed upon initial server startup.
See official postgres image for example on how this can be done (“How to extend this image” section in readme).
You can arrange special directory for SQL files. All *.sql files found in that directory shall be appended to $TEMP_FILE that will be passed as --init-file parameter to MySQL.