Files
computer-playbook/roles/docker-postgres/Administration.md

197 B

Administration

Root Access

To access the database via the root account execute the following on the server:

docker exec -it "{{ applications.postgres.hostname }}" psql -U postgres