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 a312ef4 commit da86f59Copy full SHA for da86f59
docker-compose.yml
@@ -14,7 +14,6 @@ services:
14
- backend
15
volumes:
16
- 'html:${WEBSERVER_DOC_ROOT}'
17
- - 'srv:/srv'
18
- type: bind
19
source: ./php-fpm/php/conf.d/security.ini
20
target: '${PHP_INI_DIR_PREFIX}/php/conf.d/security.ini'
@@ -251,7 +250,7 @@ services:
251
250
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
252
BACKUP_RETENTION_DAYS: '7'
253
EXEC_LABEL: 'database'
254
- BACKUP_EXCLUDE_REGEXP: 'srv|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'app|\\.log$$'
255
256
networks:
257
backend: null
0 commit comments