Skip to content

Commit 32a5fa7

Browse files
authored
Merge pull request #44 from balajidharma/1.x-Changes
Docker updated php version 8.3
2 parents dc4a934 + b0ba3c7 commit 32a5fa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- To get started, you need to install [Docker Desktop](https://www.docker.com/products/docker-desktop).
2323
- You may run the following command in your terminal
2424
- Windows open WSL2 Linux terminal. [Docker Desktop WSL 2 backend](https://docs.docker.com/desktop/windows/wsl/)
25-
- `docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php82-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php artisan sail:install --with=mysql,redis,meilisearch,mailpit,selenium"`
25+
- `docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php83-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php artisan sail:install --with=mysql,redis,meilisearch,mailpit,selenium"`
2626
- `cd admin-app`
2727
- `./vendor/bin/sail pull mysql redis meilisearch mailpit selenium`
2828
- `./vendor/bin/sail build`

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: '3'
33
services:
44
laravel.test:
55
build:
6-
context: ./vendor/laravel/sail/runtimes/8.2
6+
context: ./vendor/laravel/sail/runtimes/8.3
77
dockerfile: Dockerfile
88
args:
99
WWWGROUP: '${WWWGROUP}'
10-
image: sail-8.2/app
10+
image: sail-8.3/app
1111
extra_hosts:
1212
- 'host.docker.internal:host-gateway'
1313
ports:

0 commit comments

Comments
 (0)