mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-01 22:57:43 -04:00
fix: issues with podman
Signed-off-by: rare-magma <rare-magma@posteo.eu>
This commit is contained in:
committed by
Pierre Dubouilh
parent
d4a60b3ece
commit
5a1f75265d
@@ -8,10 +8,11 @@ services:
|
||||
read_only: true
|
||||
# uncomment to set the user
|
||||
# user: "1000:1000"
|
||||
# userns_mode: "keep-id" # uncomment if using rootless podman as well as the x-podman directive at the bottom
|
||||
# environment:
|
||||
#- READONLY=true # uncomment to set gossa as read only
|
||||
#- UID=1000 # this should match the user set above
|
||||
#- GID=1000 # this should match the user's group
|
||||
# - UID=1000 # this should match the user set above
|
||||
# - GID=1000 # this should match the user's group
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
@@ -33,3 +34,6 @@ services:
|
||||
# - "traefik.port=8001"
|
||||
# - "traefik.backend=gossa"
|
||||
# - "traefik.frontend.rule=Host:${GOSSA}.${DOMAIN}"
|
||||
|
||||
# x-podman: # uncomment if using rootless podman as well as the userns_mode directive at the top
|
||||
# in_pod: false
|
||||
Reference in New Issue
Block a user