Преглед изворни кода

fixes #1365

docker-ce does not like quotes around the shm-size value
pull/1366/head
Patrick C. F. Ernzer пре 4 година
родитељ
комит
65182ea0f2
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 \
--tmpfs=/tmp:rw,noexec,nosuid,size=100m \
--tmpfs=/run/postgresql:rw,noexec,nosuid,size=100m \
--shm-size="256m" \
--shm-size=256m \
--network={{ matrix_docker_network }} \
{% if matrix_postgres_container_postgres_bind_port %}
-p {{ matrix_postgres_container_postgres_bind_port }}:5432 \


Loading…
Откажи
Сачувај