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
- ./data:/var/lib/postgresql/data # Maps the local directory ./data to the container’s data directory for data persistence.
- ./docker/init.sql:/docker-entrypoint-initdb.d/init.sql # Maps the local SQL file ./docker/init.sql to the container’s initialization directory to run when the container starts.