Skip to content

Commit 0f9df51

Browse files
committed
Update docker-compose.yml
1 parent 45e6d62 commit 0f9df51

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'
@@ -225,7 +224,7 @@ services:
225224
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
226225
BACKUP_RETENTION_DAYS: '7'
227226
EXEC_LABEL: 'database'
228-
BACKUP_EXCLUDE_REGEXP: 'srv|\\.log$$'
227+
BACKUP_EXCLUDE_REGEXP: 'app|\\.log$$'
229228

230229
networks:
231230
backend: null

0 commit comments

Comments
 (0)