questions3 and some practical misc stuff
This commit is contained in:
9
misc/docker-compose.yml
Normal file
9
misc/docker-compose.yml
Normal 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
|
||||
|
@@ -1 +1 @@
|
||||
Hello
|
||||
<h1>Hello class, TSM_Cybersec</h1>
|
||||
|
4
misc/start_juiceshop.sh
Executable file
4
misc/start_juiceshop.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run --rm -p 3000:3000 bkimminich/juice-shop
|
||||
|
Reference in New Issue
Block a user