File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,15 @@ services:
22
22
sysctls :
23
23
net.core.somaxconn : 2048
24
24
command : >
25
- bash -c 'bin/console cache:clear &&
26
- bin/console cache:warmup &&
27
- bin/console d:m:m --no-interaction &&
25
+ bash -c 'bin/console d:m:m --no-interaction &&
28
26
bin/console messenger:setup-transports --no-interaction &&
29
27
bin/console repman:security:update-db &&
30
28
bin/console assets:install &&
31
29
php-fpm'
32
30
env_file : .env.docker
33
31
volumes :
34
32
- app-var:/app/var
33
+ - /app/var/cache
35
34
- app-public:/app/public
36
35
depends_on :
37
36
- database
@@ -43,6 +42,7 @@ services:
43
42
env_file : .env.docker
44
43
volumes :
45
44
- app-var:/app/var
45
+ - /app/var/cache
46
46
depends_on :
47
47
- app
48
48
@@ -53,6 +53,7 @@ services:
53
53
env_file : .env.docker
54
54
volumes :
55
55
- app-var:/app/var
56
+ - /app/var/cache
56
57
- docker-crontabs:/var/spool/cron/crontabs
57
58
depends_on :
58
59
- app
You can’t perform that action at this time.
0 commit comments