mirror of
https://github.com/wallabag/docker.git
synced 2025-12-22 19:57:53 +01:00
first commit
This commit is contained in:
2
root/etc/s6/nginx/finish
Executable file
2
root/etc/s6/nginx/finish
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /bin/true
|
||||
3
root/etc/s6/nginx/run
Executable file
3
root/etc/s6/nginx/run
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec nginx -c /etc/nginx/nginx.conf
|
||||
2
root/etc/s6/php-fpm/finish
Executable file
2
root/etc/s6/php-fpm/finish
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /bin/true
|
||||
3
root/etc/s6/php-fpm/run
Executable file
3
root/etc/s6/php-fpm/run
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec php-fpm7 -F
|
||||
Reference in New Issue
Block a user