Docker image for phrackCTF-Platform-Personal Project
Because of phrackCTF-Platform depends on third-party mail service, you should do the following operations:
- Set mail server info in config/spring-mail.xml
- set mail template in config/mail.properties
- Important Security Issue!!! Change Cookie Encryption key in config/spring-shiro.xml before deployment.
docker build -t "pctf-personal" .
docker run -d -p "0.0.0.0:8080:8080" -p "0.0.0.0:8009:8009" -p "0.0.0.0:5432:5432" pctf-personal
Then try: http://localhost:8080/phrackCTF/