diff options
Diffstat (limited to 'Services/php')
| -rw-r--r-- | Services/php/README.md | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/php/README.md b/Services/php/README.md index 74bdae3..e4ed6f6 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -22,8 +22,11 @@ Build the container  	docker run -d -p 80:80 --name="php" sv-php  ## Accessing server +access to the running webserver +	firefox http://localhost:80 -	firefox http://localhost +access to the container itself +	docker exec -it php bash  ## Related Resources  * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/php)  | 
