1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-06-12 22:17:28 +02:00

Fix inconsistent whitespace

This commit is contained in:
Chris van Dijk
2020-04-17 00:52:09 +02:00
parent df3353a6f5
commit d83236ea0e
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ docker run \
-it \
--rm \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--cap-drop=ALL \
--env-file={{ matrix_postgres_base_path }}/env-postgres-psql \
--network {{ matrix_docker_network }} \
{{ matrix_postgres_docker_image_to_use }} \