mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-10 04:56:39 -04:00
3 lines
No EOL
180 B
Django/Jinja
3 lines
No EOL
180 B
Django/Jinja
#!/bin/bash
|
|
|
|
docker run --env-file={{ matrix_environment_variables_data_path }}/env-postgres-pgsql-docker -it --link=matrix-postgres:postgres postgres:9.6.3-alpine psql -h postgres |