Преглед на файлове

Merge pull request #1366 from pcfe/pcfe-do-not-use-quotes-for-shm-flag

fixes #1365
pull/1367/head
Slavi Pantaleev преди 4 години
committed by GitHub
родител
ревизия
439c3fddc2
No known key found for this signature in database GPG ключ ID: 4AEE18F83AFDEB23
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      roles/matrix-postgres/templates/systemd/matrix-postgres.service.j2

+ 1
- 1
roles/matrix-postgres/templates/systemd/matrix-postgres.service.j2 Целия файл

@@ -22,7 +22,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-postgres \
--read-only \ --read-only \
--tmpfs=/tmp:rw,noexec,nosuid,size=100m \ --tmpfs=/tmp:rw,noexec,nosuid,size=100m \
--tmpfs=/run/postgresql:rw,noexec,nosuid,size=100m \ --tmpfs=/run/postgresql:rw,noexec,nosuid,size=100m \
--shm-size="256m" \
--shm-size=256m \
--network={{ matrix_docker_network }} \ --network={{ matrix_docker_network }} \
{% if matrix_postgres_container_postgres_bind_port %} {% if matrix_postgres_container_postgres_bind_port %}
-p {{ matrix_postgres_container_postgres_bind_port }}:5432 \ -p {{ matrix_postgres_container_postgres_bind_port }}:5432 \


Зареждане…
Отказ
Запис