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}"
The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...
No comments:
Post a Comment