1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

clean docker log

This commit is contained in:
Robin Appelman 2021-03-14 21:22:58 +01:00
commit fadc4e14d0

View file

@ -11,7 +11,5 @@ GID=${GID:-1000}
groupadd -g $GID haze
useradd -u $UID -g $GID haze
cat /usr/local/etc/php-fpm.conf
/usr/local/sbin/php-fpm &
/etc/init.d/nginx start