How to use docker compose secrets with a non-root user when a file is required
Situation The current (07/2024) docker compose documentation states (falsely) that there is a long-syntax when using 'docker secrets' that can defines the name, uid, gid and mode of the mounted file See example and documentaion: services: frontend: image: example/webapp secrets:…