This commit is contained in:
Shaun Collins
2026-01-30 15:26:59 +00:00
committed by shaun collins
commit e20209bf9e
22 changed files with 735 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
up:
docker-compose up -d
down:
docker-compose down
nginx-up:
cd ../NginxReverseProxy
docker-compose up -d
cd -
nginx-down:
cd ../NginxReverseProxy
docker-compose down
cd -