setting .env file with docker-compose in the command line
web:
env_file:
- web-variables.env
setting .env file with docker-compose in the command line
web:
env_file:
- web-variables.env
setting .env file with docker-compose in the command line
cat .env
TAG=v1.5
$ cat ./config/.env.dev
TAG=v1.6
$ cat docker-compose.yml
version: '3'
services:
web:
image: "webapp:${TAG}"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us