willy.club/docker/run.sh

5 lines
87 B
Bash
Raw Normal View History

2022-12-29 03:05:39 +00:00
#!/bin/sh
2023-01-02 12:11:03 +00:00
nginx
2023-01-02 16:17:12 +00:00
/usr/sbin/php-fpm*
2023-01-21 20:19:40 +00:00
echo 'started'
2023-01-20 19:33:45 +00:00
exec tail -f /var/log/nginx/error.log