mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 14:57:23 +08:00
[bitnami/suitecrm] Remove GOSS duplicated file (#76481)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -16,20 +16,16 @@ command:
|
||||
- "{{ $module }}"
|
||||
{{ end }}
|
||||
file:
|
||||
# Disabling opcache to be able to modify parameters using the system setting panel
|
||||
/opt/bitnami/php/etc/php.ini:
|
||||
exists: true
|
||||
filetype: file
|
||||
contents:
|
||||
- "post_max_size = 60M"
|
||||
- "upload_max_filesize = 128M"
|
||||
- "opcache.enable = Off"
|
||||
/opt/bitnami/suitecrm/node_modules:
|
||||
exists: false
|
||||
# Disabling opcache to be able to modify parameters using the system setting panel
|
||||
/opt/bitnami/php/etc/php.ini:
|
||||
exists: true
|
||||
filetype: file
|
||||
contents:
|
||||
- "opcache.enable = Off"
|
||||
# HTTP vhost should have been properly rendered
|
||||
/opt/bitnami/apache/conf/vhosts/suitecrm-vhost.conf:
|
||||
exists: true
|
||||
|
||||
Reference in New Issue
Block a user