kopia lustrzana https://github.com/Haxxnet/Compose-Examples
15 wiersze
357 B
Markdown
15 wiersze
357 B
Markdown
![]() |
# 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/.
|
||
|
````
|