Skip to content

Commit

Permalink
Update docker-compose.override.yml
Browse files Browse the repository at this point in the history
Update override to use 8.2 image and set linux host correctly
  • Loading branch information
parijke authored Apr 22, 2024
1 parent 02f97e4 commit add4aa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/profile/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
services:
profile:
image: ghcr.io/openconext/openconext-basecontainers/${PROFILE_PHP_IMAGE:-php72-apache2-node14-composer2:latest}
image: ghcr.io/openconext/openconext-basecontainers/${PROFILE_PHP_IMAGE:-php82-apache2-node20-composer2:latest}
volumes:
- ${PROFILE_CODE_PATH}:/var/www/html
environment:
- APP_ENV=${APP_ENV:-dev}
- APP_DEBUG=true
extra_hosts:
# Ensure that host.docker.internal is correctly defined on Linux
- host.docker.internal:host-gateway

0 comments on commit add4aa2

Please sign in to comment.