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 45e6d62 commit 0f9df51Copy full SHA for 0f9df51
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'
@@ -225,7 +224,7 @@ services:
225
224
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
226
BACKUP_RETENTION_DAYS: '7'
227
EXEC_LABEL: 'database'
228
- BACKUP_EXCLUDE_REGEXP: 'srv|\\.log$$'
+ BACKUP_EXCLUDE_REGEXP: 'app|\\.log$$'
229
230
networks:
231
backend: null
0 commit comments