Skip to content

Commit

Permalink
Use platform independent nginx image
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze committed Jan 16, 2025
1 parent b46a200 commit 07c7143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fpm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ services:
volumes:
- ./:/usr/src/app/
nginx:
image: nginx:1.11.10
platform: linux/amd64
image: nginx:1.27.3-alpine3.20
depends_on:
- php-fpm
ports:
Expand Down

0 comments on commit 07c7143

Please sign in to comment.