You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: