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
At start-up the container "executes" the files found in docker-entrypoint-initdb.d. If errors are encountered the container continues to operate normally. It might be better for the container to fail to start in this case. I'm using it as part of a Docker Compose setup and containers which depend on it think it initialized successfully.
The initializing files I add in docker-entrypoint-initdb.d are SQL scripts.