Skip to content

Commit 3fb49a0

Browse files
committed
#131: update custom test to pass through custom nginx version
1 parent ae62103 commit 3fb49a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/custom/.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
dockerfile: Dockerfile.node
1111
custom81:
1212
type: php:custom
13-
via: nginx
13+
via: nginx:1.17
1414
ssl: true
1515
webroot: web
1616
config:

examples/custom/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM devwithlando/php:7.4-apache-4
1+
FROM devwithlando/php:7.4-apache-2
22

33
# Choose the major node version
44
ENV NODE_VERSION=12

0 commit comments

Comments
 (0)