Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffersonBledsoe/a0b8b5c4266c6291ef3cda27d43306e0 to your computer and use it in GitHub Desktop.
Save JeffersonBledsoe/a0b8b5c4266c6291ef3cda27d43306e0 to your computer and use it in GitHub Desktop.
Fix for postgres database when using experimental VirtioFS with Docker
docker compose run --rm db bash -c 'chown -R postgres $PGDATA/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment