summaryrefslogtreecommitdiffstats
path: root/Services/apache
diff options
context:
space:
mode:
Diffstat (limited to 'Services/apache')
-rw-r--r--Services/apache/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md
index 2839ad5..897a1bf 100644
--- a/Services/apache/README.md
+++ b/Services/apache/README.md
@@ -23,8 +23,11 @@ Build the container
docker run -d -p 80:80 --name="apache" sv-apache
## Accessing server
+access to the running webserver
+ firefox http://localhost:80
- firefox http://localhost
+access to the container itself
+ docker exec -it apache bash
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/apache)