mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
docker access
This commit is contained in:
parent
701d3b2a82
commit
0985b4adce
2 changed files with 6 additions and 1 deletions
|
|
@ -12,5 +12,8 @@ groupadd -g $GID haze
|
|||
useradd -m -u $UID -g $GID haze
|
||||
chown -R haze:haze /home/haze
|
||||
|
||||
groupadd docker -g $(stat --format "%g" /var/run/docker.sock)
|
||||
usermod -a -G docker haze
|
||||
|
||||
/usr/local/sbin/php-fpm &
|
||||
/etc/init.d/nginx start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue