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: