Skip to content

Commit

Permalink
#131: update custom test to pass through custom nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 17, 2024
1 parent 896374a commit f99f248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
dockerfile: Dockerfile.node
custom81:
type: php:custom
via: nginx
via: nginx:1.17
ssl: true
webroot: web
config:
Expand Down
2 changes: 1 addition & 1 deletion examples/custom/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM devwithlando/php:7.4-apache-4
FROM devwithlando/php:7.4-apache-2

# Choose the major node version
ENV NODE_VERSION=12
Expand Down

0 comments on commit f99f248

Please sign in to comment.