Browse Source

Fix docker-compose

master
Francesc Gordillo 3 years ago
parent
commit
a85ca4e026
No known key found for this signature in database GPG Key ID: A4F3669C5B80A7AF
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@ -13,7 +13,7 @@ services:
container_name: wahay
environment:
- DISPLAY=unix$DISPLAY
- PULSE_SERVER=unix:/run/user/1000/pulse/native
- PULSE_SERVER=unix:/run/user/${UID:-1000}/pulse/native
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:ro
- /run/user/${UID:-1000}/pulse:/run/user/${UID:-1000}/pulse


Loading…
Cancel
Save