This commit is contained in:
Shaun Collins
2026-03-13 12:21:19 +00:00
committed by shaun collins
commit a0530fb095
31 changed files with 303214 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
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 -
restart-glue:
docker-compose down gluetun
docker-compose up -d gluetun
sleep 5
docker logs gluetun