Skip to content

Commit

Permalink
Merge pull request #30 from yuzneri/fixTypoForOctane
Browse files Browse the repository at this point in the history
脱字修正
  • Loading branch information
HiroKws authored Mar 9, 2024
2 parents 9bdaf58 + 963584c commit 4c4697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation-ja/octane.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ php artisan octane:install
./vendor/bin/sail artisan octane:install --server=frankenphp
```

最後に、アプリケーションの`docker-compose.yml`ファイル内の`laravel.test`サービス定義へ、`SUPERVISOR_PHP_COMMAND`環境変数を追加します。この環境変数には、SailがPHP開発サーバの代わりにOctaneを使用してアプリケーションを提供する際に使用するコマンを格納します
最後に、アプリケーションの`docker-compose.yml`ファイル内の`laravel.test`サービス定義へ、`SUPERVISOR_PHP_COMMAND`環境変数を追加します。この環境変数には、SailがPHP開発サーバの代わりにOctaneを使用してアプリケーションを提供する際に使用するコマンドを格納します

```yaml
services:
Expand Down

0 comments on commit 4c4697d

Please sign in to comment.