Skip to content

Commit 8c60197

Browse files
committed
Update readme
1 parent e594967 commit 8c60197

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## PHP 8 Docker Image
44

5-
Optimised for Laravel
5+
Optimised for Laravel 8.
66

77
- Alpine 3.12
88
- PHP 8.0.6
99
- Composer 2
1010
- XDebug 3
1111

12-
Supports Redis, PostgreSQL and MySQL.
12+
Supports Redis and PostgreSQL.
1313

1414
## Build ENV variables
1515

@@ -28,7 +28,7 @@ UID=1000
2828

2929
## XDebug
3030

31-
XDebug is disabled by default.
31+
XDebug is only installed when build with `ENVIROMENT="development"` and is disabled by default.
3232

3333
Enable with:
3434

@@ -40,3 +40,5 @@ xdebug.mode=debug
4040
xdebug.client_host=host.docker.internal
4141
xdebug.client_port="9003"
4242
```
43+
44+
https://github.com/nicekiwi/docker-php

0 commit comments

Comments
 (0)