Skip to content

Commit 67e0d74

Browse files
authored
feat: Set DISPLAY env, so X11 apps show on the host (ietf-tools#4509)
1 parent 57b30fb commit 67e0d74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ services:
2020

2121
ipc: host
2222

23-
# environment:
23+
environment:
24+
DISPLAY: host.docker.internal:0
2425
# USER: django
2526
# UID: 1001
2627
# GID: 1001

0 commit comments

Comments
 (0)