Skip to content

Commit c6b0d51

Browse files
committed
Add hostnames and ports to readme
1 parent eeff18e commit c6b0d51

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ You can overwrite the Nginx website config by editing the file that is located a
4242
The included version of PHP-FPM includes GD, Intl and BZ2 extensions as well as
4343
Composer being installed as well.
4444

45-
### URLs
45+
46+
### Accessible URLs
4647

4748
You can access the services Nginx, MariaDB, Mailhog and Beanstalkd Console at:
4849

@@ -52,11 +53,23 @@ You can access the services Nginx, MariaDB, Mailhog and Beanstalkd Console at:
5253
- MariaDB - tcp://localhost:3306 (Use Sequel Pro on a Mac)
5354

5455

56+
### Hosts
57+
58+
When configuring your environment to connect to each service, you can use the
59+
following hostnames and ports:
60+
61+
- `mariadb` - 3306
62+
- `beanstalkd` - 11300
63+
- `redis` - 6739
64+
- `mailhog` - 1025
65+
66+
5567
### License
5668

5769
This project is licensed under an Apache 2.0 license which you can find within
5870
this repository in the [LICENSE file](https://github.com/ssx/docker-simple-php/blob/master/LICENSE).
5971

72+
6073
### Feedback
6174

6275
If you have any feedback, comments or suggestions, please feel free to open an

0 commit comments

Comments
 (0)