Skip to content

Commit f6b25fd

Browse files
committed
Fix README.md
1 parent 2e6e252 commit f6b25fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ In this case the final image will be tagged with *localbuild/laravel-docker:php8
3232
The supported build variables are:
3333

3434
| Var | Desc |
35+
| ------- | ----------- |
3536
| `LARAVEL_VERSION` | Laravel version to be included in the builded image |
3637
| `DOCKER_IMAGE_VERSION` | PHP base image version to use |
3738
| `COMPOSER_VERSION` | Composer version to use |
@@ -41,6 +42,7 @@ The supported build variables are:
4142
Specific build variables needed only for Ubuntu:
4243

4344
| Var | Desc |
45+
| ------- | ----------- |
4446
| `PHP_VERSION` | Version of php to use |
4547
| `PHP_SHA256` | SHA256 signature of the PHP package |
4648
| `GPG_KEYS` | GPG keys of the PHP package |
@@ -71,6 +73,7 @@ Other configurations files:
7173
Laravel container accepts the following env variables:
7274

7375
| Var | Desc |
76+
| ------- | ----------- |
7477
| `LARAVEL_DB_HOST` | MySQL or Postgresql host |
7578
| `FORCE_MIGRATE` | Tells Laravel to run php artisan migrate --force at startup |
7679
| `FORCE_COMPOSER_UPDATE` | Tells Laravel to run composer update at startup |
@@ -87,6 +90,8 @@ MySQL variables:
8790

8891
PgSQL variables:
8992

93+
| Var | Desc |
94+
| ------- | ----------- |
9095
| `PGSQL_USER` | Postgresql user |
9196
| `PGSQL_PASSWORD` | Postgresql password |
9297
| `PGSQL_DB` | Postgresql password |

0 commit comments

Comments
 (0)