Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1015 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 1015 Bytes

glype-docker

Acks

This work uses the following works from Creative Commons

  1. APACHE 2
  2. PHP 7.2.2
  3. PHP docker project
  4. Glype

contacts the author

hows

if you want to use docker hub repo:

docker run --name glype -p 9000:80 -d yakeworld/glype1.2

if you just want to try try this repo, use this

  1. first check out this repo and cd into it

    git clone https://github.com/yakeworld/glype.git  glype && cd glype
    
  2. second you have to build it first

    docker build -t glype .
    
  3. then you run it

    docker run  --name glype -p 9000:80 glype
    

you may need to open a browser to address to http://ip-address-of-your-docker-host:9000

argues what is wrong with this repo

Did not need the default.conf file.