Skip to content
Discussion options

You must be logged in to vote

@drumwhizz, the problem seems to be with the docker-compose version what you are using.

I'm assuming you are using the Ubuntu 20.04, sorry.

Looking for the docker-compose package on your distro, I've checked that this version, 1.25.0, doesn't support empty ("") strings as null on .env.

To work around that issue, you can run that script. It'll remove all "" from the .env, allowing the API server to run normally.

sed -i 's,"",,g' .env

Replies: 5 comments 18 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
13 replies
@henrybarreto
Comment options

@drumwhizz
Comment options

@henrybarreto
Comment options

@drumwhizz
Comment options

@drumwhizz
Comment options

Comment options

You must be logged in to vote
3 replies
@otavio
Comment options

@drumwhizz
Comment options

@drumwhizz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@drumwhizz
Comment options

@henrybarreto
Comment options

Answer selected by henrybarreto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants