-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Looks like meli doesn't support .env file.
➔ cat .env
APP_VERSION=1
➔ cat docker-compose.yml
version: "3"
services:
app:
image: nginx:${APP_VERSION}
➔ meli -up
service=app error=originalErr:: invalid reference format
ThisErr:: :unable to pull image nginx:${APP_VERSION}➔
ps: there's \n missing from error, my bash prompt does not start on new line due that
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels