Compose-Examples/examples/gzctf/README.md

16 wiersze
399 B
Markdown
Czysty Zwykły widok Historia

2025-05-27 08:59:58 +00:00
# References
- https://gzctf.gzti.me/guide/start/quick-start.html
- https://github.com/GZTimeWalker/GZCTF
2025-06-08 14:00:55 +00:00
- https://github.com/l4rm4nd/GZCTF-Cloner
2025-05-27 08:59:58 +00:00
# Notes
You have to pre-supply the `appsettings.json` in the bind mount volume dir.
````
sudo mkdir -p /mnt/docker-volumes/gzctf/config
sudo chmod -R 775 /mnt/docker-volumes/gzctf/config
cp appsettings.json /mnt/docker-volumes/gzctf/config/.
````