GeoSales-Evolution / self-deployable-docker

Docker repo capable of deploying itself... or something like that
MIT License
2 stars 2 forks source link

Docker --env accepts simple values #42

Closed jeffque closed 1 year ago

jeffque commented 1 year ago

It was assumed that --env accepted a list of values, but official docker documentation dismiss this assumption:

Use the -e, --env, and --env-file flags to set simple (non-array) environment variables in the container you’re running, or overwrite variables that are defined in the Dockerfile of the image you’re running.