Skip to content

Instantly share code, notes, and snippets.

View BerendWouters's full-sized avatar

Berend Wouters BerendWouters

View GitHub Profile
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"copyOnSelect": false,
"defaultProfile": "{0372761a-0a83-4f1e-a691-fff1bc6c6b22}",
"initialCols": 120,
"initialRows": 30,
"keybindings": [
{
"command": "closePane",
@BerendWouters
BerendWouters / ctfd-docker-compose.yml
Created January 20, 2020 10:31
Docker compose file for the CTFd/CTFd in Azure
version: '2'
services:
ctfd:
image: ctfd/ctfd:latest
user: root
restart: always
ports:
- "8000:8000"
environment: