Skip to content

Commit

Permalink
improve some lando4 service things (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed May 25, 2024
1 parent 78ec83b commit 9a5ebaa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/lando-v4/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ services:
retry: 100
delay: 1000

web-2:
api: 4
user: root
image: nginx:1.22.1
web-3:
api: 4
user: root
image: nginx:1.22.1
build:
app: |
set -e
echo "stuff"
# appmount
# support appMount but prefer app-mount
# project-mount: /project how does this work?
Expand Down

0 comments on commit 9a5ebaa

Please sign in to comment.