mirror of
https://github.com/casjaysdevdocker/tools
synced 2026-01-27 04:34:39 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
14
nginx-php.sh
Normal file
14
nginx-php.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#Lets setup the domain
|
||||
DOM=
|
||||
mkdir -p /var/lib/docker/storage/nginx/$DOM && chmod -Rf 777 /var/lib/docker/storage/nginx/$DOM
|
||||
|
||||
#Only allow local as we will use a proxy
|
||||
docker run -d \
|
||||
--restart always \
|
||||
--name $DOM \
|
||||
-v /var/lib/docker/storage/nginx/$DOM:/var/www/html \
|
||||
-p 127.0.0.1:30000:80 \
|
||||
-p 127.0.0.1:30050:443 \
|
||||
-e 'WEBROOT=/var/www/html' \
|
||||
-e 'DOMAIN=$DOM' \
|
||||
richarvey/nginx-php-fpm
|
||||
Reference in New Issue
Block a user