Skip to content

Commit 927306c

Browse files
committed
Update docker-compose.yml
1 parent acf6690 commit 927306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ services:
228228
BACKUP_FILENAME: 'backup-%Y-%m-%dT%H-%M-%S.tar.gz'
229229
BACKUP_RETENTION_DAYS: '7'
230230
EXEC_LABEL: 'database'
231-
#BACKUP_EXCLUDE_REGEXP: 'folder|folder|file|\\.log$$'
231+
BACKUP_EXCLUDE_REGEXP: 'app|bootstrap|database|tests|vendor|\\.log$$'
232232

233233
networks:
234234
backend: null

0 commit comments

Comments
 (0)