PwnAdventure3 icon indicating copy to clipboard operation
PwnAdventure3 copied to clipboard

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

Open Argald0 opened this issue 4 years ago • 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 😄

Argald0 avatar May 27 '21 23:05 Argald0

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"

`

MNOGOZNAAL avatar Jun 05 '21 16:06 MNOGOZNAAL

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

Chaves2021 avatar Jul 09 '21 20:07 Chaves2021

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

Genius xD

MNOGOZNAAL avatar Jul 10 '21 08:07 MNOGOZNAAL