1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 11:12:00 +00:00
dockerfiles/webgoat/docker-compose.yml

6 lines
80 B
YAML
Raw Normal View History

2016-06-11 00:15:37 +00:00
webgoat:
image: vimagick/webgoat
ports:
- "8080:8080"
restart: always