fix: remove file volume mount (config_override.php)
Some checks failed
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Failing after 0s

This commit is contained in:
root
2026-05-24 14:47:23 +02:00
parent 656f44f555
commit ee73a1a26a

View File

@@ -29,7 +29,6 @@ services:
volumes: volumes:
- sugarcrm_custom:/var/www/html/custom - sugarcrm_custom:/var/www/html/custom
- sugarcrm_upload:/var/www/html/upload - sugarcrm_upload:/var/www/html/upload
- sugarcrm_config_override:/var/www/html/config_override.php
networks: networks:
- sugarce-net - sugarce-net
@@ -61,7 +60,6 @@ services:
volumes: volumes:
sugarcrm_custom: sugarcrm_custom:
sugarcrm_upload: sugarcrm_upload:
sugarcrm_config_override:
mysql_data: mysql_data:
networks: networks: