Skip to content

Instantly share code, notes, and snippets.

@anchitj
Created May 26, 2023 08:28
Show Gist options
  • Save anchitj/9f2358a07a6dbec720a99c8ce9fb8cba to your computer and use it in GitHub Desktop.
Save anchitj/9f2358a07a6dbec720a99c8ce9fb8cba to your computer and use it in GitHub Desktop.
C2 docker-compose
c2:
build: ../../environment/kerberos/c2
container_name: c2
hostname: c2.kerberos-demo.local
depends_on:
- broker
- kdc
volumes:
- secret:/var/lib/secret
- ../../environment/kerberos/kdc/krb5.conf:/etc/krb5.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment