Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Typo in README ? #1

Open
vgan opened this issue Sep 4, 2016 · 1 comment
Open

Typo in README ? #1

vgan opened this issue Sep 4, 2016 · 1 comment

Comments

@vgan
Copy link

vgan commented Sep 4, 2016

Hi There,

Firstly, thanks for this docker image!
I was having trouble getting the landing page to load and it looks like the inside port should be 80 instead of 8083 for landing page?

The following commands worked for me instead:
Quickstart
docker run -ti --name gophish -p 3333:3333 -p 80:80 matteoggl/gophish

To run as a daemon:
docker run -d --name gophish -p 3333:3333 -p 80:80 matteoggl/gophish

@whoo
Copy link

whoo commented Jul 10, 2019

Hi,

If I'm right:
XXXX:XXXX means host_port:inside_docker.
80:80 >> means that your localport 127.0.0.1:80 >>> docker:80

With Quickstart 8083:80 > you need to go on http://localhost:8083.

Br

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

No branches or pull requests

2 participants