Change nginx install
This commit is contained in:
parent
6f5d470b54
commit
206675a6e2
@ -1,15 +1,5 @@
|
|||||||
mkdir /home/c2a/conf
|
cp ./docker/conf/nginx.conf /etc/nginx/
|
||||||
mkdir /home/c2a/conf/nginx
|
cp ./docker/conf/mime.types /etc/nginx/
|
||||||
mkdir /home/c2a/conf/nginx/applications
|
cp ./docker/conf/applications/* /etc/nginx/conf.d/
|
||||||
cp ./docker/conf/nginx.conf /home/c2a/conf/nginx/
|
|
||||||
cp ./docker/conf/mime.types /home/c2a/conf/nginx/
|
apt-get install nginx
|
||||||
cp ./docker/conf/applications/* /home/c2a/conf/nginx/applications/
|
|
||||||
docker run --detach \
|
|
||||||
--name nginx \
|
|
||||||
--publish 80:80 \
|
|
||||||
--publish 443:443 \
|
|
||||||
--volume /home/c2a/conf/nginx/nginx.conf:/etc/nginx/nginx.conf \
|
|
||||||
--volume /home/c2a/conf/nginx/mime.types:/etc/nginx/mime.types \
|
|
||||||
--volume /home/c2a/conf/nginx/applications:/etc/nginx/conf.d \
|
|
||||||
--restart unless-stopped \
|
|
||||||
nginx:latest
|
|
Loading…
Reference in New Issue
Block a user