Skip to content

Commit

Permalink
fix sail version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipjr committed Nov 21, 2023
1 parent 861a1b8 commit 7a5a349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
SAIL_VERSION=8.1
SAIL_VERSION=8.2

APP_OFFLINE=0
APP_PORT=8180
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
services:
mensa.php:
container_name: mensa.php
pull_policy: missing
build:
context: ./vendor/laravel/sail/runtimes/${SAIL_VERSION:-8.1}
dockerfile: Dockerfile
Expand Down

0 comments on commit 7a5a349

Please sign in to comment.