Skip to content

Commit

Permalink
2891: Moved php version from overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Nov 7, 2024
1 parent 6c0d1c1 commit d49dff1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Upgraded to latest symfony 5.4.
- Upgraded to latest symfony 6.4.
- Npm audit.
- Changed from annotations to attributes.

## [1.2.0] - 2024-11-04

Expand Down
3 changes: 0 additions & 3 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ services:
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}.middlewares=redirect-to-https"
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"

phpfpm:
image: itkdev/php8.3-fpm:latest

engine:
image: node:20
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
#- ENCRYPT=1 # Uncomment to enable database encryption.

phpfpm:
image: itkdev/php8.1-fpm:latest
image: itkdev/php8.3-fpm:latest
networks:
- app
extra_hosts:
Expand Down

0 comments on commit d49dff1

Please sign in to comment.