Skip to content

Instantly share code, notes, and snippets.

@fabienduhamel
Last active September 6, 2022 12:45
Show Gist options
  • Save fabienduhamel/93f408ce426e5155e3647296232840fd to your computer and use it in GitHub Desktop.
Save fabienduhamel/93f408ce426e5155e3647296232840fd to your computer and use it in GitHub Desktop.
Rancher Desktop env issue
APP_ENV=test
version: '3'
services:
alpine:
image: alpine
env_file:
- .env
- .env.local
@fabienduhamel
Copy link
Author

fabienduhamel commented Sep 6, 2022

With rancher-desktop: docker-compose run --rm -ti alpine env -> APP_ENV=test instead of dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment