Skip to content

Commit

Permalink
honestly not sure what changed here part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 16, 2024
1 parent 62dc5ef commit bf3579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker volume inspect lando-everywhere | grep "dev.lando.storage-scope" | grep g
docker volume inspect lando-everywhere | grep "dev.lando.storage-project" || echo "$?" | grep 1
docker volume inspect lando-everywhere | grep "dev.lando.storage-service" || echo "$?" | grep 1
docker volume inspect landostorage-stuff | grep "dev.lando.storage-volume" | grep TRUE
docker volume inspect landostorage-stuff | grep "dev.lando.storage-scope" | grep dev.lando.storage-scope && exit 1
docker volume inspect landostorage-stuff | grep "dev.lando.storage-scope" | grep app
docker volume inspect landostorage-stuff | grep "dev.lando.storage-project" | grep landostorage
docker volume inspect landostorage-stuff | grep "dev.lando.storage-service" | grep db
docker volume inspect landostorage-alpine-some-cache-directory | grep "dev.lando.storage-volume" | grep TRUE
Expand Down

0 comments on commit bf3579b

Please sign in to comment.