Skip to content

Commit

Permalink
make auth privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
steersbob committed Feb 19, 2024
1 parent 56db897 commit 8857a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brewblox_ctl/deployed/config/docker-compose.shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ services:
source: /etc/localtime
target: /etc/localtime
read_only: true
# Privileged to avoid a bug in libseccomp for Debian Buster hosts
# This flag should be removed when Debian Buster is no longer supported
# For an explanation: https://github.com/sdr-enthusiasts/Buster-Docker-Fixes
privileged: true

traefik:
image: traefik:2.10
Expand Down

0 comments on commit 8857a45

Please sign in to comment.