Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
overmind
/
matrix-docker-ansible-deploy
espelho de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Do not leave containers behind after matrix-postgres-cli usage
pull/6/head
Slavi Pantaleev
há 9 anos
ascendente
49e5dad86d
cometimento
ac59192696
1 ficheiros alterados
com
7 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+7
-1
roles/matrix-server/templates/usr-local-bin/matrix-postgres-cli.j2
+ 7
- 1
roles/matrix-server/templates/usr-local-bin/matrix-postgres-cli.j2
Ver ficheiro
@@ -1,3 +1,9 @@
#!/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
docker run \
-it \
--rm \
--env-file={{ matrix_environment_variables_data_path }}/env-postgres-pgsql-docker \
--link=matrix-postgres:postgres \
{{ docker_postgres_image }} \
psql -h postgres
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar