Skip to content

Commit

Permalink
remove duplicate php8.1 section from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Sep 19, 2023
1 parent ab6600d commit 2501127
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,21 +250,6 @@ services:
COMPOSER: ${WP_FA_DIR}/composer-php8.0.json
container_name: "com.fontawesome.wordpress-php8.0-dev"

wordpress-php8.1-dev:
<<:
- *wordpress_defaults
- *dev_env_volumes
depends_on:
- db-latest
image: wordpress-fontawesome-dev-php8.1
env_file:
- ".env"
- ".env.local"
environment:
WORDPRESS_DB_HOST: db-latest:3306
COMPOSER: ${WP_FA_DIR}/composer-php8.1.json
container_name: "com.fontawesome.wordpress-php8.1-dev"

wordpress-php8.2-dev:
<<:
- *wordpress_defaults
Expand Down

0 comments on commit 2501127

Please sign in to comment.