We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a55a0a commit d99f4deCopy full SHA for d99f4de
entrypoint.sh
@@ -40,6 +40,8 @@ initialize_system() {
40
DB_USERNAME=${DB_USERNAME:-postgres}
41
DB_PASSWORD=${DB_PASSWORD:-postgres}
42
DB_PORT=${DB_PORT:-5432}
43
+
44
+ DOCKER=true
45
46
CACHE_DRIVER=${CACHE_DRIVER:-apc}
47
SESSION_DRIVER=${SESSION_DRIVER:-apc}
0 commit comments