Tuesday, May 10, 2022

How to set user and group in Docker Compose

 

How to set user and group in Docker Compose

Ref: https://blog.giovannidemizio.eu/2021/05/24/how-to-set-user-and-group-in-docker-compose/

version: '3' services: app: image: alpine user: "${UID}:${GID}"

No comments:

Post a Comment

Install and use xorg-server on macOS via Homebrew

  The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...