Skip to content

Commit 5b94ca9

Browse files
committed
Add entry on using different web server port.
1 parent 1f14939 commit 5b94ca9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ To install npm packages, run:
7676

7777
# How-to (advanced)
7878

79-
## Re-building a service
80-
8179
If you want to extend the functionality of a service (e.g. php-fpm), you have to re-build it.
8280

8381
To accomplish this, modify the Dockerfile, then run:
@@ -86,10 +84,15 @@ To accomplish this, modify the Dockerfile, then run:
8684

8785
... followed by a `docker-compose up [arguments...]`
8886

87+
---
88+
89+
If you want to use a different web server port (e.g. 80), modify the port on the `docker-compose.yml` file
90+
and start the stack again.
91+
8992

9093
## Gotchas
9194

92-
- Ensure that ports `8080` and `3306` are open on your host machine.
95+
- Ensure that the host machine ports `8080` (web server) and `3306` (database) are open on your host machine.
9396

9497

9598
# Warranties

0 commit comments

Comments
 (0)