Skip to content

Commit

Permalink
few more updates for laradock:
Browse files Browse the repository at this point in the history
we'll stay on php 8.2 for now
fixed compose project name
  • Loading branch information
suzol10 committed Jan 6, 2024
1 parent a7509ea commit 7467e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ COMPOSE_FILE=docker-compose.yml
COMPOSE_PATH_SEPARATOR=:

# Define the prefix of container names. This is useful if you have multiple projects that use laradock to have separate containers per project.
COMPOSE_PROJECT_NAME=ProudSports
COMPOSE_PROJECT_NAME=proud-sports-web

### PHP Version ###########################################

# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM).
# Accepted values: 8.3 - 8.2 - 8.1 - 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6
PHP_VERSION=8.3
PHP_VERSION=8.2

### Phalcon Version ###########################################

Expand Down

0 comments on commit 7467e78

Please sign in to comment.