mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-06-02 06:30:08 +00:00
add nginx-php image
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
mkdir -p /nginx/logs /nginx/run
|
||||
chown -R $UID:$GID /nginx
|
||||
sed -i 's/<UPLOAD_MAX_SIZE>/$UPLOAD_MAX_SIZE/g' /nginx/conf/nginx.conf
|
||||
Reference in New Issue
Block a user