Add files via upload
This commit is contained in:
parent
345d37c6c4
commit
3feaf6dec1
3 changed files with 6 additions and 0 deletions
2
nginx/down.sh
Normal file
2
nginx/down.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
docker compose down
|
||||
|
2
nginx/logs.sh
Normal file
2
nginx/logs.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
docker compose logs -f
|
||||
|
2
nginx/up.sh
Normal file
2
nginx/up.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
docker compose up -d
|
||||
|
Loading…
Reference in a new issue