Skip to content

Commit

Permalink
run server with low priority
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Nov 22, 2020
1 parent 78f93b5 commit 769d39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RUN touch '/app/sessions/.env.docker' && \

EXPOSE 9503

ENTRYPOINT docker-compose-wait && php server.php -e=.env.docker --docker -s=*
ENTRYPOINT docker-compose-wait && nice -n 20 php server.php -e=.env.docker --docker -s=*

0 comments on commit 769d39a

Please sign in to comment.