Created
May 26, 2023 08:28
-
-
Save anchitj/9f2358a07a6dbec720a99c8ce9fb8cba to your computer and use it in GitHub Desktop.
C2 docker-compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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