Skip to content
/ Server Public

Run a web service in a docker Apache instance

Notifications You must be signed in to change notification settings

EpoxyD/Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Adjust variables in startserver.sh

PORTS="8080:80"
LOCAL_FOLDER="$PWD/public-html/"
REMOTE_FOLDER="/usr/local/apache2/htdocs/"
NAME=local_apache
IMAGE=httpd

Launch server container

./startserver.sh START

Stop server container

./stopserver.sh STOP

About

Run a web service in a docker Apache instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published