PwnAdventure3
PwnAdventure3 copied to clipboard
`ERROR: for pwnadventure3_master_1` when doing docker-compose up
Hey there ! 😃
I have tried several times, on different Ubuntu desktop versions : 14 / 16 / 18, and everytime I get an error when doing the command sudo docker-compose up -d.
I've been following the guides : fresh VM with Ubuntu 16, updated, docker & docker-compose installed by doing copypastas from their official guides, then cloned the repo, downloaded pwnadventure3.tar.gz, extracted, ran docker-compose build and then finally docker-compose up.
While the docker-compose build command is running, I have several red notes (but I don't get if it's an error or not) :
and finally :
(but I notice that in the video, @LiveOverflow has the same red note as the one I have in this 3rd picture).
My docker-compose build command ends with :
Successfully built edf9691aef95
Successfully tagged pwn3server:latest
So I went ahead and tried to docker-compose up, resulting in this error :
Having absolutely no idea on how to solve this problem, here am I asking for your help please 😄
I fixed it ! Try to remove some code from docker-compose.yml
Remove this code:
`
`
Or you can just create the postgres-data directory in /home/user/PwnAdventure3/ :)
Or you can just create the
postgres-datadirectory in/home/user/PwnAdventure3/:)
Genius xD