Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: for pwnadventure3_master_1 when doing docker-compose up #31

Open
Argald0 opened this issue May 27, 2021 · 3 comments
Open

ERROR: for pwnadventure3_master_1 when doing docker-compose up #31

Argald0 opened this issue May 27, 2021 · 3 comments

Comments

@Argald0
Copy link

Argald0 commented May 27, 2021

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 😄

@MNOGOZNAAL
Copy link

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"

`

@Chaves2021
Copy link

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

@MNOGOZNAAL
Copy link

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

Genius xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants