Skip to content

Commit cf3280d

Browse files
committed
Update port numbers and readme file
1 parent aca8b17 commit cf3280d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ You can overwrite the Nginx website config by editing the file that is located a
4141
The included version of PHP-FPM includes GD, Intl and BZ2 extensions as well as
4242
Composer being installed as well.
4343

44+
### URLs
45+
46+
You can access the services Nginx, MariaDB, Mailhog and Beanstalkd Console at:
47+
48+
- Nginx - http://localhost:8080
49+
- mailhog - http://localhost:8081
50+
- Beanstalkd Console - http://localhost:8082
51+
- MariaDB - tcp://localhost:3306 (Use Sequel Pro on a Mac)
52+
4453

4554
#### License
4655

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
expose:
4848
- "80"
4949
ports:
50-
- "80"
50+
- "8082:80"
5151
networks:
5252
- dev-network
5353

0 commit comments

Comments
 (0)