mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
This commit is contained in:
14
examples/gzctf/README.md
Normal file
14
examples/gzctf/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# References
|
||||
|
||||
- https://gzctf.gzti.me/guide/start/quick-start.html
|
||||
- https://github.com/GZTimeWalker/GZCTF
|
||||
|
||||
# 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/.
|
||||
````
|
||||
Reference in New Issue
Block a user