mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-09 00:04:06 +01:00
16 lines
399 B
Markdown
16 lines
399 B
Markdown
# References
|
|
|
|
- https://gzctf.gzti.me/guide/start/quick-start.html
|
|
- https://github.com/GZTimeWalker/GZCTF
|
|
- https://github.com/l4rm4nd/GZCTF-Cloner
|
|
|
|
# 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/.
|
|
````
|