Skip to content

Commit cef50b8

Browse files
committed
Update docker-compose.yml
1 parent 83e8042 commit cef50b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ services:
1414
- backend
1515
volumes:
1616
- 'html:${WEBSERVER_DOC_ROOT}'
17-
- 'srv:/srv'
1817
- type: bind
1918
source: ./php-fpm/php/conf.d/security.ini
2019
target: '${PHP_INI_DIR_PREFIX}/php/conf.d/security.ini'
@@ -230,7 +229,7 @@ services:
230229
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
231230
BACKUP_RETENTION_DAYS: '7'
232231
EXEC_LABEL: 'database'
233-
BACKUP_EXCLUDE_REGEXP: 'srv|\\.log$$'
232+
BACKUP_EXCLUDE_REGEXP: 'app|\\.log$$'
234233

235234
networks:
236235
backend: null

0 commit comments

Comments
 (0)