Skip to content

Instantly share code, notes, and snippets.

@Barolina
Created January 31, 2023 12:07
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 Barolina/9077f907aca4a915333b6dc08e39c76a to your computer and use it in GitHub Desktop.
Save Barolina/9077f907aca4a915333b6dc08e39c76a to your computer and use it in GitHub Desktop.
как заменить файл в докере
docker cp postgres:/var/lib/postgresql/data/postgresql.conf postgresql.conf

nano  postgresql.conf

docker cp postgresql.conf postgres:/var/lib/postgresql/data/postgresql.conf

docker restart postgres

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment