LiveOverflow/PwnAdventure3

`ERROR: for pwnadventure3_master_1` when doing docker-compose up

Argald0 opened this issue ยท 3 comments

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) :
error1
error2
and finally :
error3 (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 :
error4

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
image
Remove this code:
`

- type: bind source: "./postgres-data" target: "/opt/pwn3/postgres-data"

`

Or you can just create the postgres-data directory in /home/user/PwnAdventure3/ :)

Or you can just create the postgres-data directory in /home/user/PwnAdventure3/ :)

Genius xD