feat: Set DISPLAY env, so X11 apps show on the host (#4509)

This commit is contained in:
Lars Eggert 2022-10-17 17:50:24 +03:00 committed by GitHub
parent 57b30fb967
commit 67e0d74a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,8 @@ services:
ipc: host
# environment:
environment:
DISPLAY: host.docker.internal:0
# USER: django
# UID: 1001
# GID: 1001