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 83e8042 commit cef50b8Copy full SHA for cef50b8
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'
@@ -230,7 +229,7 @@ services:
230
229
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
231
BACKUP_RETENTION_DAYS: '7'
232
EXEC_LABEL: 'database'
233
- BACKUP_EXCLUDE_REGEXP: 'srv|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'app|\\.log$$'
234
235
networks:
236
backend: null
0 commit comments