This repository has been archived on 2024-10-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
swb6-it-sec/Lab01/JuiceShop/docker-compose.yml

9 lines
168 B
YAML

version: "3.9"
services:
juice-shop:
image: bkimminich/juice-shop:latest
container_name: juice-shop
restart: unless-stopped
ports:
- 3000:3000