mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 23:25:41 +00:00
[nginx-php] create php 7.2 tag
This commit is contained in:
2
nginx-php/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
2
nginx-php/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exit 0
|
2
nginx-php/rootfs/etc/s6.d/nginx/run
Normal file
2
nginx-php/rootfs/etc/s6.d/nginx/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec nginx
|
2
nginx-php/rootfs/etc/s6.d/php/run
Normal file
2
nginx-php/rootfs/etc/s6.d/php/run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec php-fpm
|
Reference in New Issue
Block a user