mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
nginx
This commit is contained in:
parent
06308cea0c
commit
1d186dd00d
5 changed files with 35 additions and 10 deletions
6
nginx/run.sh
Executable file
6
nginx/run.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
docker run -d -p 8080:80 --restart=always --name nginx \
|
||||
-v `pwd`/nginx.conf:/etc/nginx/nginx.conf:ro \
|
||||
$@ \
|
||||
nginx:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue