Skip to content

Instantly share code, notes, and snippets.

@alexander-beaver
Created February 24, 2023 08:35
Embed
What would you like to do?
RITSEC Pentest Docker Compose
version: '3.7'
services:
go:
image: alexbeaver/s23-pentest-go:latest
container_name: go
ports:
- 9888:9888
command: go run main.go
flask:
image: alexbeaver/s23-pentest-py:latest
container_name: flask
ports:
- 5000:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment