questions3 and some practical misc stuff

This commit is contained in:
Michael Mäder
2025-03-26 16:03:43 +01:00
committed by Alec Schmidt
parent 5e9f03e0f7
commit ab278cc9b3
4 changed files with 24 additions and 1 deletions

9
misc/docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
nginx:
ports:
- "80:80"
container_name: nginx-1.20.0
image: nginx:1.20.0
volumes:
- .:/usr/share/nginx/html:ro

View File

@@ -1 +1 @@
Hello
<h1>Hello class, TSM_Cybersec</h1>

4
misc/start_juiceshop.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker run --rm -p 3000:3000 bkimminich/juice-shop