This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
swb6-it-sec/Lab01/JuiceShop/docker-compose.yml

10 lines
168 B
YAML
Raw Permalink Normal View History

2022-03-30 11:25:57 +02:00
version: "3.9"
services:
juice-shop:
image: bkimminich/juice-shop:latest
container_name: juice-shop
restart: unless-stopped
ports:
- 3000:3000