Closed dgraziotin closed 3 years ago
Actually, not. Sorry! But the current docker-compose.yml is broken.
Hi @dgraziotin,
But the current docker-compose.yml is broken.
Can you elaborate a bit more on this and when it fails to work as expected?
Hi @JaspalSuri, actually my bad. Lots of permission issues when building/running this as root. Switching to a non-root user makes this run perfectly fine!
I'm glad to hear that! Thanks for letting us know. 😃
These environment variables:
are populated only when adding
env_file: .env
before them. Otherwise they are empty and the database will not be accessed.