pass localtime differently

master
Andy 8 years ago
parent ef78d96d41
commit a5262ac218
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -12,11 +12,9 @@ services:
volumes: volumes:
- /tmp/.X11-unix:/tmp/.X11-unix - /tmp/.X11-unix:/tmp/.X11-unix
- data:/home/user - data:/home/user
# - $HOME/.config/Atlassian:/home/user/.config/Atlassian - /etc/localtime:/etc/localtime:ro
# - ./HipChat.ini:/home/user/.config/Atlassian/HipChat.ini
environment: environment:
- DISPLAY=unix$DISPLAY - DISPLAY=unix$DISPLAY
- TZ=Europe/Amsterdam
# for the HiDPI screens you can try uncommenting these variables # for the HiDPI screens you can try uncommenting these variables
- QT_AUTO_SCREEN_SCALE_FACTOR=1 - QT_AUTO_SCREEN_SCALE_FACTOR=1
# - QT_DEVICE_PIXEL_RATIO=2 # - QT_DEVICE_PIXEL_RATIO=2

Loading…
Cancel
Save