This commit is contained in:
Andy 2016-11-29 10:55:54 +01:00
parent 161238433c
commit ef78d96d41
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '2'
volumes:
hipchat_data: {}
data: {}
services:
hipchat:
@ -11,7 +11,7 @@ services:
- /dev/dri
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- hipchat_data:/home/user
- data:/home/user
# - $HOME/.config/Atlassian:/home/user/.config/Atlassian
# - ./HipChat.ini:/home/user/.config/Atlassian/HipChat.ini
environment:

2
launch
View File

@ -3,4 +3,4 @@
# Make HipChat grsec friendly
setfattr -n user.pax.flags -v m /opt/HipChat4/lib/HipChat.bin /opt/HipChat4/lib/QtWebEngineProcess.bin
su -s /bin/sh -c /usr/local/bin/hipchat4 user
su -p -s /bin/sh -c /usr/local/bin/hipchat4 user