1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/webgoat/README.md
2016-06-11 08:15:37 +08:00

388 B

webgoat

WebGoat is a deliberately insecure Web Application.

docker-compose.yml

webgoat:
  image: vimagick/webgoat
  ports:
    - "8080:8080"
  restart: always

up and running

docker-compose up -d
firefox http://localhost:8080/WebGoat/