We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae62103 commit 3fb49a0Copy full SHA for 3fb49a0
examples/custom/.lando.yml
@@ -10,7 +10,7 @@ services:
10
dockerfile: Dockerfile.node
11
custom81:
12
type: php:custom
13
- via: nginx
+ via: nginx:1.17
14
ssl: true
15
webroot: web
16
config:
examples/custom/Dockerfile.node
@@ -1,4 +1,4 @@
1
-FROM devwithlando/php:7.4-apache-4
+FROM devwithlando/php:7.4-apache-2
2
3
# Choose the major node version
4
ENV NODE_VERSION=12
0 commit comments