Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 384 Bytes

Why Endor?

Just http://www.starwars.com/databank/endor

Running Project

Docker configuration

Build image based on Dockerfile

docker build -t php7-dne .

Up containers with docker compose

docker-compose up -d

Add dne.endor to your hosts file

Edit your hosts file, normally in /etc/hosts on *nix systems to add these line

127.0.0.1 dne.endor

All done!