Skip to content

toeyanuntachai/docker-lampstack-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-lampstack-redis

How to use

Edit the following file

  • docker-compose
  • web/sites-enabled/vhost.conf
  • web/Dockerfile

##docker-compose Change path to your localpath and set your hostname

volumes: - /localPath:/var/www/html/

extra_hosts: - "example.local:127.0.0.1"

Dockerfile

Change example.con.conf to yourhostname.conf

COPY /sites-enabled/vhost.conf /etc/apache2/sites-available/example.com.conf

##vhost.conf Change your DocumentRoot to /var/www/html/yourproject and Directory to /var/www/html/yourproject

Run

sh start_server.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages