Skip to content

Commit a8d9779

Browse files
committed
feat: add jwilder env var VIRTUAL_HOST
1 parent 859e4c7 commit a8d9779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.php-cs-fixer.cache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/Service/SynchronizeHostsFileService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class SynchronizeHostsFileService
2121
public const string START_TAG = '## docker-hostsfile-sync';
2222
public const string END_TAG = '## docker-hostsfile-sync-end';
2323

24-
public const array ENV_VARS_WITH_HOSTNAMES = ['DOMAIN_NAME'];
24+
public const array ENV_VARS_WITH_HOSTNAMES = ['DOMAIN_NAME', 'VIRTUAL_HOST'];
2525
private const array LISTEN_TO_ACTION = [
2626
'start',
2727
'restart',

0 commit comments

Comments
 (0)