Execute startup scripts everytime

This commit is contained in:
Marco Ceppi 2019-11-25 17:06:15 -05:00
parent c1f0bfa9f3
commit 2455aca2f1

View File

@ -27,7 +27,6 @@ services:
DB_PASSWORD: "12345"
ALLOWED_HOSTS: "*"
REDIS_HOST: redis
SKIP_STARTUP_SCRIPTS: "true"
depends_on:
- redis
- postgres