run juice shop as docker
This commit is contained in:
parent
fa3e0b371e
commit
509622aec0
1 changed files with 9 additions and 0 deletions
9
Lab01/JuiceShop/docker-compose.yml
Normal file
9
Lab01/JuiceShop/docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
version: "3.9"
|
||||||
|
|
||||||
|
services:
|
||||||
|
juice-shop:
|
||||||
|
image: bkimminich/juice-shop:latest
|
||||||
|
container_name: juice-shop
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
Reference in a new issue