Skip to content

Commit

Permalink
chore(docs): At command
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 4, 2023
1 parent 004bc97 commit bc6ab95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ phpctl <command> [arguments]
| `composer` | Runs Composer commands (`phpctl composer install` or `pctl composer validate`). |
| `server [port] [directory]` | Runs PHP's built-in web-server (default port is `80` and default directory is current `.`). |
| `sh [commands]` | Starts an interactive Shell session or runs `sh` commands. |

| `at [port] [command]` | Run commands within a bound port (default port is `80`). |
#### The `.phpctl` file

You can also add a `.phpctl` file with some overrides like:

| Variable | Description |
| --- | --- |
| `PHP_VERSION` | Values can be `81`, `82` and `83` |
| `PHP_VERSION` | Values can be `82` and `83` |
| `PHPCTL_IMAGE` | Use to name your own custom image |

0 comments on commit bc6ab95

Please sign in to comment.