This website requires JavaScript.
Explore
Help
Register
Sign in
hnhx-archive
/
librex
Watch
1
Star
0
Fork
You've already forked librex
0
mirror of
https://github.com/hnhx/librex.git
synced
2025-01-26 10:43:05 -03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
36d8aeeb5b
librex
/
docker
/
entrypoint.sh
7 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: create template files, remove incorrect Docker environment variables, and replace scripts
2023-02-11 00:37:09 -03:00
#!/bin/sh
chore: updated the PHP version from 7.4 to 8 for better performance
2023-02-12 12:50:41 -03:00
service php-fpm8 start
service nginx start
exec
nginx -g daemon off
;
Reference in a new issue
Copy permalink