From 46c56652a33ef630ace6b4c425c62b05f13e695a Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 19 Aug 2024 18:17:25 +0200 Subject: [PATCH] chore(docker): add privileged to compose.yaml --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 8d220b852..da363ef71 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,6 +8,7 @@ services: volumes: - &fradrive-mnt "fradrive:/fradrive" working_dir: /fradrive + privileged: true backend: image: registry.uniworx.de/fradrive/fradrive/backend pull_policy: if_not_present @@ -19,12 +20,14 @@ services: working_dir: /fradrive depends_on: - frontend + privileged: true database: image: registry.uniworx.de/fradrive/fradrive/database pull_policy: if_not_present build: ./docker/database ports: - "9876:5432" + privileged: true volumes: fradrive: