easyctf / librectf

CTF in a box. Minimal setup required. (not production-ready yet)
http://easyctf.github.io/librectf
GNU General Public License v3.0
80 stars 12 forks source link

docker-compose.yml #32

Closed noraj closed 5 years ago

noraj commented 7 years ago

Why the build paths are like build: "../server" in docker-compose.yml

Because this isn't an existing path on the host:

$ docker-compose up -d
ERROR: build path /home/noraj/server either does not exist, is not accessible, or is not a valid URL.

How have I to custom this path:

$ cat docker-compose.yml | grep build
    build: "../server"
    build: "../filestore"
    build: "../server"
    build: "nginx"
iptq commented 7 years ago

Your issue made me realize that my current setup was way too complicated. It'll all be in the same folder from now on. I'll leave this issue open until I write docs on how to set it up.

remexre commented 5 years ago

Closing in favor of #34.